uinavigationcontroller - adding nav controllor to tabbar controllor iPhone -
i have tabbar controllor , trying add navigation each control. in xcode 3 able change controllor nav controllor in attribute inspection. how in xcode 4?
there couple of ways this. can either in ib or allocate view controller specific tabs. na. these.
just create new classes subclass of navigation controller
go specific tabs in ib, , assign class respective class it's view. example. tab 1, click tab1 , select class
mynavigationcontroller
(which should subclass ofuinavigationcontroller
).
Comments
Post a Comment