I'm trying to build a hello world application with Xcode 4.3.
So far, I have a TableView (dragged and dropped from the objects list) and a TableViewCell (also dragged and dropped from the objects list).
I have an array too, and my TableView works and gets the data from array, but how can I reload the TableView's data? I tried [self.tableView reloadData];
but it doesn't work. When I type [self.
, tableView
is not in my options...