im new to xcode, sorry if this is a stupid question but .. I have followed this tutorial http://p2p.wrox.com/content/articles/creating-simple-ipad-application-table-view (creating a uitableview and populating it).
I want to create a button, when press the table will clear and updated.
I would do it like this ..
[array RemoveAllObjects]; [table reloadData];
However, in the tutorial there is no uiTableView variable created, so i cannot do "[table reloadData ] ... how can i fix this please?
