bhlvoong/LBTATools

What about ListViewController with multiple sections?

atong007 opened this issue · 2 comments

It is there a way to use LBTAListController for multiple sections?Except customise the datasource.

Nope, ListController only supports a single section. Supporting multiple sections with varying cell types requires a lot of custom code. Therefore I think writing your own UICollectionViewController subclass is better than using a library.

Got it! Thanks.