Nipun's Writings

Wednesday, July 23, 2014

How To Hide Status Bar In iOS 7

- (BOOL)prefersStatusBarHidden
{
   return YES;
}

Write above method on every UIViewController class which has a UIView to show without status bar.
Posted by Nipun De Silva at 3:12 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Code Snippets, iOS, iOS7, Objective C
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Search This Blog

Published @ CodeProject

Some of the blog posts are also available at CodeProject .

Useful Links

  • XCode Related Issues

Labels

Android Java Android Development Problems BroadcastReceiver iOS Android Studio Cloud Computing Google Cloud Endpoints Objective C C++ Code Snippets NSString sendBroadcast APIs AVD Error Android Chart Library Android Java Chart Library Android Virtual Device (AVD) Boost C++ Design Patterns HMAC HelloCharts-Android Inspiration LocalBroadcastManager MBaaS Mobile Backend as a service Motivation NSData NSDate NSDateFormatter Quotes Security Singleton Design Pattern Swift Language Web Services iOS Adaptive Layout iOS Auto Layout iOS Universal Storyboards iOS7

Blog Archive

  • ►  2017 (2)
    • ►  December (1)
    • ►  February (1)
  • ►  2016 (9)
    • ►  October (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (4)
    • ►  February (2)
  • ►  2015 (5)
    • ►  July (2)
    • ►  June (2)
    • ►  April (1)
  • ▼  2014 (4)
    • ▼  July (1)
      • How To Hide Status Bar In iOS 7
    • ►  June (1)
    • ►  April (1)
    • ►  March (1)
Simple theme. Theme images by mariusFM77. Powered by Blogger.