摘要: #pragma mark--headView -(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { if (section == 0) { return 50; }else 阅读全文
posted @ 2016-07-16 17:16 Ninesday 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 方法1: #pragma mark--选中状态 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { GASSelectNextTableViewCell *cell 阅读全文
posted @ 2016-07-16 15:36 Ninesday 阅读(1130) 评论(0) 推荐(1) 编辑
摘要: 选中了tableview的cell的某一行 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { } UITableViewCell *cell = [tableVie 阅读全文
posted @ 2016-07-16 13:40 Ninesday 阅读(5401) 评论(0) 推荐(0) 编辑