Swift overrides the Initialize method of the Navigation controller class

Source: Internet
Author: User

   This method is called when the class is first created, and is called only once by the    overrideclass  func Initialize () {            =  Uinavigationbar.appearance ()                //  set the navigation bar to become opaque, so that the origin of the coordinates of the view starts from the bottom edge of the navigation bar, or you can set the background picture to achieve this effect        . false       

//Set the navigation bar background color = Uicolor.redcolor () }

In the controller, by setting this property, you can add a hint in the top of the navigation bar, you need to note that if the prompt property is set, then the total height of the navigation bar area will become 94 pixels

self. Navigationitem. Prompt = " prompt area "

// by default, toolbars in the navigation bar controller are hidden, and you can use the following methods to display        the system's own toolbars false        // setting the toolbar background color        self.navigationcontroller!. Toolbar.bartintcolor = Uicolor.redcolor ()

Swift overrides the Initialize method of the Navigation controller class

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.