iOS Google Maps: Set Camera to show all Markers
The intend is to set the boundaries of the map to focus on all the markers. The ‘GMSMapView‘ class used to have a method ‘markers‘… Read More »iOS Google Maps: Set Camera to show all Markers
The intend is to set the boundaries of the map to focus on all the markers. The ‘GMSMapView‘ class used to have a method ‘markers‘… Read More »iOS Google Maps: Set Camera to show all Markers
For Swift tutorial, See: Swift + XCode 6 + iOS 8 + JSON iOS Login Screen tutorial : XCode 5 + ios 7 + Storyboard… Read More »iOS Login Screen tutorial : XCode 5 + ios 7 + Storyboard + JSON
This tutorial walks you through on how to retrieve google contacts programatically.
Swipe-to-Delete feature shows a Delete button when a user swipes horizontally across a row.
Lets see how to change the visibility of the status bar in an iphone/ipad application. The UIApplication class provides a centralized point of control and… Read More »iOS: Hide/Show the Status bar in an iPhone/iPad application
Lets see how to change the orientation of the status bar programmatically in an iphone/ipad application. There are four orientations: Portrait, PortraitUpsideDown, LandscapeLeft, LandscapeRight. The… Read More »iOS: Change the Orientation of the Status Bar