摘要: UIScrollViewDelegate - (void)scrollViewDidScroll:(UIScrollView *)scrollView;//scrollview 滚动的时候调用该方法,任何 offset 值改变都会调用该方法. - (void)scrollViewDidZoom:(U 阅读全文
posted @ 2017-09-13 16:50 轩辕辉 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 最近闲来无事,整理一下UICollectionView的相关方法以备使用 UICollectionViewFlowLayout和UICollectionViewLayout UICollectionViewFlowLayout是UICollectionViewLayout是一个子类,我们通常用的比较 阅读全文
posted @ 2017-09-13 15:56 轩辕辉 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 最近闲来无事,总结一下 UITableViewDataSource和 UITableViewDelegate方法 UITableViewDataSource @required - (NSInteger)tableView:(UITableView *)tableView numberOfRowsI 阅读全文
posted @ 2017-09-13 14:20 轩辕辉 阅读(393) 评论(0) 推荐(0) 编辑