I was wondering how do people fill a tableview like the one in Safari's preferences, in the iPhone simulator.
I guess I have a tableview controller and then I add controls programmatically? (one by one!?) Is there any trick I'm missing? If I use a resource list or an array, could I get the same result? I mean, with a complex setup, nice icons, labels etc...
THanks!