alexiscn / WXNavigationBar

Handle UINavigationBar like WeChat. Simple and easy to use.
https://github.com/alexiscn/WXNavigationBar
MIT License
133 stars 20 forks source link

override loadView trigger exception #13

Open AHuaner opened 3 years ago

AHuaner commented 3 years ago
    override func loadView() {
        view = UIView()
    }

Overriding LoadView and setting the view to a custom view causes the NavigationBar to display an exception

Simulator Screen Shot - iPhone 12 - 2021-03-31 at 22 58 48 Simulator Screen Shot - iPhone 12 - 2021-03-31 at 22 59 36