Set the font color of ios7 statusBar to white

Source: Internet
Author: User

Set the font color of ios7 statusBar to white

1: The statusBar font is white. In plist, set View controller-based status bar appearance to NO. Set statusBarStyle to UIStatusBarStyleLightContent2: Set statusBar and navigationbar as one [nav. navigationBar setBackgroundImage: [UIImage imageNamed: @ "bg_navbar.png"] forBarPosition: Invalid barMetrics: UIBarMetricsDefault]; 3: If tabBarItem is selected, you need to call the method in sdk7: // compatible with [viewController. tabBarItem setFinishedSelectedImage: actionMenu. selectedIcon withFinishedUnselectedImage: actionMenu. icon]; // method of ios7 viewController. tabBarItem. selectedImage = actionMenu. selectedIcon; 4: refresh the status bar statusBar [self setNeedsStatusBarAppearanceUpdate] 5: The BarButtonItem text on the navigationbar cannot be seen. If the backBarItem arrow does not exist, the BarButtonItem font color must be set on, excluding the [[UIBarButtonItem appearance] direction: UIOffsetMake (0, 0) forBarMetrics: colors]; // sets the BarButtonItem color, including the return arrow [UINavigationBar appearance] setTintColor: [UIColor whiteColor]; 6: cancel the built-in gesture of ios7. For example, if the right slide of navigationcontroller returns self. navigationController. interactivepopgsturerecognizer. enabled = NO;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.