bhlvoong / LBTATools

Set of tools to drastically improve development speed of UI in iOS applications
MIT License
727 stars 94 forks source link

LBTAListHeaderController #29

Closed miaoruiyuan closed 4 years ago

miaoruiyuan commented 4 years ago

Can support multiple types UICollectionViewCell and UICollectionReusableView ?

bhlvoong commented 4 years ago

Unfortunately writing multi cell/header/footer list is not simple. With all the code that is involved in that task, you're better off doing the register/dequeue yourself.

miaoruiyuan commented 4 years ago

ok thx