花落无声
Wednesday, May 13, 2015
make tableview cell unselectable
- (
NSIndexPath
*)tableView:(
UITableView
*)tv willSelectRowAtIndexPath:(
NSIndexPath
*)path
{
// NSLog(@"here");
return
nil
;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment