Steps in subclassing UINavigationController

前端 未结 2 1299
清酒与你
清酒与你 2020-12-31 12:03

I would like to subclass the UINavigationController to get some more freedom in regards to the appearance of the controller.

I have some graphics for the different p

2条回答
  •  灰色年华
    2020-12-31 12:51

    Now you can subclass UINavigationController, see updated documentation:

    The UINavigationController class implements a specialized view controller that manages the navigation of hierarchical content. This navigation interface makes it possible to present your data efficiently and also makes it easier for the user to navigate that content. This class is generally used as-is but may be subclassed in iOS 6 and later.

    UINavigationController Class Reference

提交回复
热议问题