随笔分类 -  iOS-tableview那些事

摘要:#pragma mark section不悬停 static CGFloat const sectionHeight = 12.0f;//section的高度值 - (void)scrollViewDidScroll:(UIScrollView *)scrollView { CGFloat sect 阅读全文
posted @ 2017-09-27 17:34 代号姜姜程序员 阅读(225) 评论(0) 推荐(0)
摘要:注册cell常用方法: 设置全局变量static NSString *identifier = @"videoIdentifier"; 1.viewDidLoad注册cell [self.tableView registerNib:[UINib nibWithNibName:@"VideoCell" 阅读全文
posted @ 2017-09-27 17:04 代号姜姜程序员 阅读(290) 评论(0) 推荐(0)