Re: TableView
You have to set up a delegate and data source for your UITableViews. I didn't fully understand how this worked at first, but now that I've been working through the examples in the Cocoa Programming for Mac OSX I'm starting to get the hang of it. If you're having trouble understanding the concepts, I'd suggest taking a step backwards and work on Mac programming for a while. Once you understand that, the iPhone stuff will make a lot more sense since UIKit is based on AppKit.
|