i'm trying use ios 5's new api's containing children view controllers in parent view. got working uiviewcontrollers i'm having issues uitableviewcontroller show properly.
in storyboard have uiviewcontroller parent view controller. has uiview outlet hooked want child uitableviewcontroller go. have separate scene uitableviewcontroller embedded in navigation controller. in viewdidload method in parent call code:
it shows table view (currently empty) , can scrolled, doesn't show me navigation bar has add button on adding new charges.
functionality i'm looking accomplish display bunch of charges in table view , somehow allow user add new charge. can't add uitoolbar uitableviewcontroller, thought if embedded view controller in nav controller, let me see , use nab bar, it's not...
ideas how either fix or add functionality i'm looking for?
to want you'll have add navigationcontroller's view rather chargescontroller's. suspect might tricky though, seem remember having problems when tried in path. th uinavigationcontroller kind of expects in sort of hierarchy of controllers, , might not play nicely having view shoved view.
Forums iPhone, iPad, and iPod Touch iOS Programming
No comments:
Post a Comment