iOS: UITableView – Swipe to delete row

On May 6, 2013, in iOS, Objective C, by Dipin Krishna , Views : 150

Swipe-to-Delete feature shows a Delete button when a user swipes horizontally across a row.

Tagged with:  

iOS: Hide/Show the Status bar in an iPhone/iPad application

On June 17, 2012, in iOS, Objective C, by Dipin Krishna , Views : 1746

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 coordination for applications running on iOS. Every application must have exactly one instance of UIApplication (or a subclass of UIApplication). When an application is launched, the UIApplicationMain function is called; [...]

Tagged with:  

iOS: Change the Orientation of the Status Bar

On June 17, 2012, in iOS, Objective C, by Dipin Krishna , Views : 1388

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 UIApplication class provides a centralized point of control and coordination for applications running on iOS. Every application must have exactly one instance of UIApplication (or a subclass of UIApplication). When [...]

iOS: How to get App’s Version number (CFBundleVersion)

On June 11, 2012, in iOS, Objective C, by Dipin Krishna , Views : 2024

  Recently, i had to make an update to one of my apps. I was trying to figure out a way to see if all the users have upgraded their app. I made the app to get the current version number and send it to the server. Here is, how you can get the current [...]

iOS: NSNotificationCenter – broadcast information within a program

On May 4, 2012, in iOS, Objective C, by Dipin Krishna , Views : 1645

An NSNotificationCenter object (or simply, notification center) provides a mechanism for broadcasting information within a program. An NSNotificationCenter object is essentially a notification dispatch table. Objects register with a notification center to receive notifications (NSNotification objects) using the addObserver:selector:name:object: or addObserverForName:object:queue:usingBlock: methods. Each invocation of this method specifies a set of notifications. Therefore, objects may [...]


Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

  • CG Lab Programs in C
  • Linux Tips
  • My World of Codes