2015年9月26日

IOS 使用Autolayout实现UITableView的Cell动态布局和高度动态改变

摘要: 如何在UITableViewCell中使用Autolayout来实现Cell的内容和子视图自动计算行高,并且能够保持平滑滚动的?这个问题得到了300+的支持和450+的收藏,答案得到了730+的支持,很详细的说明了如何在iOS7和iOS8上实现UITableView的动态行高功能,并且这个答案对实现... 阅读全文

posted @ 2015-09-26 22:05 MrYude 阅读(5733) 评论(0) 推荐(0) 编辑

tableViewcell高度自适应

摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {static NSString *identifier = @"Cell";CustomCe... 阅读全文

posted @ 2015-09-26 22:04 MrYude 阅读(188) 评论(0) 推荐(0) 编辑

IOS NSIndexSet

摘要: 记得上一次,用到,关于删除UITableView分组的方法[tableViewdeleteSections:[NSIndexSetindexSetWithIndex:indexPath.section]withRowAnimation:UITableViewRowAnimationLeft];确实,... 阅读全文

posted @ 2015-09-26 22:03 MrYude 阅读(310) 评论(0) 推荐(0) 编辑

导航