iphone - a view containing UITableView and UITabBar -
i using uinavigationcontroller push , pop other uiviewcontrollers in app. in 1 of uiviewcontrollers using uitabbar switch between different views. 1 of view has uitableview , having difficulty showing tabbar @ bottom. if shows scrolls , down tablecells. didn't use tabbarcontroller because apple documentation recommends not push tabbarcontroller on navigationcontroller stack.
thank you.
i guess using uitableviewcontroller. view of uitableviewcontroller tableview itself, when add tab bar view add table view. why scrolls it.
you should create regular uiview, , add tableview , tab bar view.
shani
Comments
Post a Comment