读书人

tableview 选中某行后不用高亮

发布时间: 2012-07-04 19:33:54 作者: rapoo

tableview 选中某行后不要高亮

此方法的作用仅仅是不让行在选中之后呈突出(高亮)显示

?

- (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath {    return nil;}
?

?

读书人网 >移动开发

热点推荐