I have a simple UITableView that I'd like to populate using a plist file. I have followed a few tutorials but they all seem to over complicate the process and in the end I end up getting errors or my app simply does not work.
I'm using a window based application.
Cheers, Sam
To load the file :
Then you need to set your controller as the data source and delegate for the table view and implement at least :
This doesn't use the "reuse" of cells which is important if your list is big.