iPhone(iOS) programming: Get Google Contacts
This tutorial walks you through on how to retrieve google contacts programatically.
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
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
Recently, i had to make an update to one of my apps. I was trying to figure out a way to see if all… Read More »iOS: How to get App’s Version number (CFBundleVersion)