iphone - How to add Tabbarcontroller to existing view in xcode? -
i unable add tabbarcontroller in existing view in app. dont want tab bar application tabbar in oneof view in application.can please me
to show view has got tab bar in it, don't need have tab bar base application.
simply create uitabbarcontroller
, add view
main view (as subview or how ever ok you). can create uitabbarcontroller
either in ib or programmatically.
Comments
Post a Comment