
Search In
Following code will help in you to check the network availability for 3G and 4G connection
const char *host_name = "google.com";
BOOL _isDataSourceAvailable = NO;
Boolean success;
//Creates a reachability reference to the specif
You can easily locate user position using Geolocation API. It is used to get the geographical position of user. However it is much more accurate for devices like iphone with GPS. We can find the user position by using etCurrentPosition() method. So
In 2009, WhatsApp was founded by two Yahoo! Former employees, Brian Acton and Jan Koum. Since then, there was no looking back for them. Whatsapp added 1 million users every day, and now Whatsapp has around 450 millions users, which indeed a large num
Hi guys,
Today we'll learn how to load a URL in a WebView in iPhone.
Go to Story-Board & drag Web view in your View Controller in which you want to open that URL or web address.
Create its outlet in your View Controller as - IBOutlet UIW
To add the object in array in for Loop we have several methods:
first we can have to simply add those objects to the array then we can add them using for loop in array.....
**IN example:**
we have a simple object *object that we added 3 times at di
I was moved by the crying of this woman, who started bleeding and then died from the stoning, said the witness, Saad, who gave only his first name out of concern for his safety. I was standing there helpless. The government have left us as captives i
There are critical factors to be considered before the launch of any technological invention. In the case of popular mobile apps, before their design and promotion, developers should consider a variety of factors to ensure success of their apps. For
When you search anything on Google, do you like to type or speak your query? You like to talk.
Obviously!
It is easier than typing, saves you time, and it’s more comfortable.
But how will it affect the search engine
If you want to add chat functionality in your iOS app . Then this blog can help you to do some basic chat functionality. Such as creating xmpp session , login on sever, creating room, getting list of login buddies and chatting.
First step download t
To Implement Facebook login in swift 3.0, we can use following steps.
1. install pod
pod 'FacebookCore'
pod 'FacebookLogin'
2.Register your app on the Facebook developer account. After registration,Go to you info.plist, right click on it