
Search In
In this iOS Video Tutorial for Beginners we will learn how to:
a) Set region on map view
b) Get location coordinates of point where user taps on map
c) Add annotation on map view
d) Drop animation for adding annotation
Other Topics Covered in T
Swift provides various Control flow and Conditional Statements. Although these are similar to Objective C but with improved enhancements and usability. These statements can be used to check, iterate over various conditions and values.
In this Swift V
This is a simple code snippet which explains's you how to convert NSDate to NSString in iOS.
Create a string as NSString *myDate & a date formatter. Suppose we have picked a random date from date picker so that the date we have picked is alre
Hi Reader’s,
This blog includes the concept of how to use custom sound for notifications when application is in foreground/active mode. Below is the code in objective C language for the same which you have to write in AppDelegate file :-
&nbs
Java 8 came with the enhanced functionality to the Interfaces. Prior to Java 8, interfaces were contracted only with the abstract methods and subclass was obliged to implement the contract. Child class has to implement the abstract functions in order
Hello everyone,
I need help to insert data into bigquery using python. I am trying to make connection using bigquery API key using this method.
service= build('bigquery', 'v2', developerKey='XXXXXXXXXXXXXXXXX')
print service
I am not able to find
How can I divide an circular array into k group of contiguous element such that difference between maximum sum and minimum sum is minimum. Each group have contiguous element of array.
For e.g If the array is as follow.
[6 13 10 2] and k=2 then o/p s
Php Buddies,
Why do you reckon the following script is unable to replace the 'https://' or the 'http://' words with 'http://mymydomain.com' ?
It is able to replace the words 'www.' with 'http://mymydomain.
An iPhone application Development Company is a firm where technical professionals take part in the development of Apple iOS products. To make it more real, it develops mobile apps for iPhones and iPads. It is just a place where novel business ideas o
We very well knew about WebView to provide browsing functionality in our app so that user don't need to leave our app but do you know that some websites show lots of dialog boxes or popups, navigation, and these links, clicks or popups can harm y
