- (UITableViewCell *)tableView
UITableView *)tv cellForRowAtIndexPath
NSIndexPath *)indexPath {
I have two UITableView's on the same screen. Both go through the routine above. How can I use 'tv' and test which one is currently being passed?
I have two UITableView's on the same screen. Both go through the routine above. How can I use 'tv' and test which one is currently being passed?