views:

44

answers:

2

Hello,

I find myself writing a lot of repetitive code in UITableView, especially for config panels spending much more time on it that it seems worth.

I was wondering if something like MonoTouch Dialog (http://tirania.org/blog/archive/2010/Feb-23.html) existed in Obj-C.

Thanks!

A: 

You could write code to create table views/hierarchies declaratively. Apple's Settings app, for example, has most of it's layout and presentation defined in plist files that are adapted to something UITableView can consume by PSListController.

rpetrich
+1  A: 

I've had good luck with Sensible TableView. The support is excellent, should you have any problems.

David M.