Table View in iPhone
Posted
by user265260
on Stack Overflow
See other posts from Stack Overflow
or by user265260
Published on 2010-04-25T12:53:16Z
Indexed on
2010/04/25
13:03 UTC
Read the original article
Hit count: 236
uitableview
|iphone
I have this code [tableView deselectRowAtIndexPath:indexPath animated:YES];
Why doesn't the table view deselect the row, What am i doing wrong.
EDIT:
-(void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
}
© Stack Overflow or respective owner