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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -