摘要: //去掉UItableview headerview黏性(sticky) 去掉header的浮动效果 - (void)scrollViewDidScroll:(UIScrollView *)scrollView { if (scrollView == self.tableView) { CGFloa 阅读全文
posted @ 2017-02-17 09:41 nocrash 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: 方法1: #pragma mark--选中状态 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { GASSelectNextTableViewCell *cell 阅读全文
posted @ 2017-02-17 09:40 nocrash 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 选中了tableview的cell的某一行 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { } UITableViewCell *cell = [tableVie 阅读全文
posted @ 2017-02-17 09:38 nocrash 阅读(288) 评论(0) 推荐(0) 编辑