On Thu, 23 Sep 2010 13:27:08 -0400, "Eric E. Dolecki" <edole...@gmail.com>
said:
>I have a view that contains a UITableView. It does not take up the full view
>(320x480). When an item is selected, the thing is supposed to slide to the
>left and bring in a new table in it's place. Other items in the main view do
>not change... so I can't use a UINavigationController (I don't believe).

So far, it sounds exactly like a UINavigationController. But of course you
don't have to use it if you don't want to; the value of
UINavigationController is that it makes it easy to do this, and especially
to find your way back.

>Is
>it okay to use two UITableViews to pull off all the data digging here?
>(animate back and forth and reloading data for them)?

Why not? Table views have nothing to do with their data. They are view, not
model. m.

-- 
matt neuburg, phd = m...@tidbits.com, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings



_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

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

Reply via email to