Posts

Showing posts from April, 2010

Hide Status Bar in iPhone using Objective C

To hide the status bar in iPhone through programming, [[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];