swift - IOS Custom View or Navigation Bar Controller -


i new ios swift development. have navigation bar design includes, increasing height (thus increased text size custom colors), custom uibutton closing (instead of usual button) , title @ left side (instead of center)

basically lot of customization do. question is, okay custom uiview act navigation bar or should push through navigationcontroller , customize via code?

thank you.

first of navigation bar offer push navigation through different view controllers in smarter way, stacking view controllers pushed , offers useful features; example pushing view controller storyboard don't have need set button , can come main controller in simple way.

you can set custom image left/right button, set custom fonts , change height without big problems; suggest keep navigation bar , evaluate, should discover in short time if nav bar enough needs.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -