In my application i want to set the statusbar transparent.There are three styles are possible for changing the style of the statusbar.
mycode:
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTranslucent];
How to set the transparent statusbar?
You can only hide the status bar using Status bar is initially hidden
property in your info.plist