youngsoft / TangramKit

TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
MIT License
1.21k stars 175 forks source link

CELL复用问题 #48

Open heiyeliuying opened 3 years ago

heiyeliuying commented 3 years ago

请问替代TableView 和CollectionView的方案里,是否有CELL的自动复用。如果没有的话,是否可能会内存溢出呢?

youngsoft commented 3 years ago

目前没有,建议如果用布局库实现的话,数量不能太多!! 复用的方案还是用tableview或者collectionview最佳。但是可以在cell中使用布局库来进行布局。