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
Using the interface builder i created a custom ‘UITableViewCell’ named ‘MyCustomCellNib’, with a
custom class file ‘MyCustomCell’ inherited from ‘UITableViewCell’.
This is code i used to load the cell with the nib.
This tutorial walks you through on how to retrieve google contacts programatically.
There is no excerpt because this is a protected post.
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