iphone - tab bar in a view based application -
i building view based application in xcode, , new coding , stuff doing 2 weeks. went great until wanted add tab bar project. have searched interwebz long time, find people explaining how can add tabbar window based application, or how build tab bar tab bar application. can please me. , there 1 more thing, don't want add tabbar first view. have application buttons, take different views, , want add tabbar fift view, can not build in app delegate think.
i hope explains problem , sure hope me.
thanks.
start uitabbarcontroller. when use in interface builder can add uitabbaritems (the items select). can link each tabbaritem nib. make nibs every view want show. set every tabbaritem class correct controller of nib files, these used file owner of nib.
so: -make main nib -make nibs every controller , make views. -make controllers , link controllers nib. -implement code.
switching uitabbaritems make automatically change controllers.
here tutorial implementation: tutorial
Comments
Post a Comment