issues
search
ShannonChenCHN
/
iOSDevLevelingUp
A journey of leveling up iOS development skills and knowledge.
365
stars
105
forks
source link
UITableView 那些事儿
#23
Open
ShannonChenCHN
opened
7 years ago
ShannonChenCHN
commented
7 years ago
UITableView vs. UICollectionView
最佳实践:如何用好 UITableView(见 #12 )
如何保证 UITableView 的滑动性能
UITableViewCell 高度计算问题
UITableView 的实现原理(cell 复用都被说烂了,来点彻底点的)
如何自己徒手写一个 UITableView?
ShannonChenCHN
commented
7 years ago
参考资料:
如何写好一个UITableView
Forget datasource & delegate: a new approach to UITableView
优雅的开发TableView
优化TableView滑动体验
优化UITableViewCell高度计算的那些事
iOS 保持界面流畅的技巧
The Case for Deprecating UITableView
steipete/PSTCollectionView
UITableView优化技巧
johnil/VVeboTableViewDemo
Let's Build UITableView
Dealing with Complex Table Views in iOS and Keeping Your Sanity
(需要梯子)
ShannonChenCHN
commented
7 years ago
读『如何写好一个UITableView』