The first time my UITableView loads, my cellForRowAtIndexPath method gets correctly called. The subsequent times I show my IUTableView, this method is not called and the old data is shown.
Neither are the viewWillAppear method nor the numberOfRowsInSelection called.
Anyone know what could be wrong?
Thanks Deshawn
ViewWillAppear
should work... – Legolas