UITableView Selection

2010-11-02 Thread Phillip Mills
I have an application with a split view, master/detail design. The 'master' items are dynamically created and vary in number. When I start the application, I load these for use by the table view's data source during the root view controller's viewDidLoad and everything works quite well. Excep

Re: UITableView Selection

2010-11-02 Thread David Duncan
On Nov 2, 2010, at 9:15 AM, Phillip Mills wrote: > Suggestions for a cleaner approach would be appreciated -viewWillAppear: or -viewDidAppear: perhaps? -- David Duncan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin r

Re: UITableView Selection

2010-11-07 Thread Matt Neuburg
On Tue, 2 Nov 2010 12:15:09 -0400, Phillip Mills said: >I have an application with a split view, master/detail design. The 'master' >items are dynamically created and vary in number. When I start the >application, I load these for use by the table view's data source during the >root view cont