Hi.  I'm trying to get a GUI with a UITabBar and UITableViews set up.

I've got a UITabView that is programmatically created.
One of the Tabs displays a UITableView that is also programmatically created.

This UITableView then displays other views when didSelectRowAtIndexPath is 
called.

Unfortunately, when a table cell is clicked, my tab view goes away and the new 
table view is displayed.

What I can't get my head around is how to structure the views so that the 
tabBar stays on the screen.  

Is it as simple as making the UITableViews shorter, or is there some 
window/view mojo that I'm missing?

Thanks
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to