ios - Is it possible to add a Nav Bar to a Tabbed bar controller? Or do I put a Tabbed Bar Controller within a Nav Controller in Xcode? -
i know it's bad practice have tabbed bar controller within nav controller, have nav bar on top without having add nav controller each tabbed item individually. there work around this.
i think better approach add navigation controller each of tabs. in way every tab can have connection other controller. created sample project here: https://github.com/teampacman/tabednavigationcontroller. give look.
Comments
Post a Comment