Re: Question in regards to UITableView

2010-09-24 Thread Eric E. Dolecki
Thanks Matt. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Fri, Sep 24, 2010 at 11:05 AM, Matt Neuburg wrote: > On Thu, 23 Sep 2010 13:27:08 -0400, "Eric E. Dolecki" > said: > >I have a view that contains a U

Re: Question in regards to UITableView

2010-09-24 Thread Matt Neuburg
On Thu, 23 Sep 2010 13:27:08 -0400, "Eric E. Dolecki" 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 c

Question in regards to UITableView

2010-09-23 Thread Eric E. Dolecki
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