Hi I have called [AMCustomerTableView reloadData] where AMCustomerTableView is the table view object, but doing an NSLog in the
- (UITableViewCell * )tableViewUITableView * )tableView cellForRowAtIndexPathNSIndexPath * )indexPath
function shows that this is not being called when the reloadData is being called.
I have setup a function called changeSegment and put this in the navigation bar control. Set it as an IBAction and linked this in interface builder.
I have created a function in the table view control .m file which get the data from a server and returns json this NSMutibleArray is then used to add the data to the table.
The problem is this is not reloading the data when i click on any of the segment buttons.
Has anyone else had this problem.
- (UITableViewCell * )tableViewUITableView * )tableView cellForRowAtIndexPathNSIndexPath * )indexPath
function shows that this is not being called when the reloadData is being called.
I have setup a function called changeSegment and put this in the navigation bar control. Set it as an IBAction and linked this in interface builder.
I have created a function in the table view control .m file which get the data from a server and returns json this NSMutibleArray is then used to add the data to the table.
The problem is this is not reloading the data when i click on any of the segment buttons.
Has anyone else had this problem.