ra1028/Carbon

[Request] Loadmore Example with UICollectionView and UITableView

arimunandar opened this issue · 2 comments

Hi @ra1028 ,

Can you add new Sample for Loadmore with UICollectionView and UITableView please?

I am very interested and love with Carbon, :)

Thanks.

@arimunandar Carbon is data-driven UI library. So every change in data will be reflected on UI. If you want to loadmore/expand/collapse your lists, just implement your business logic to change your data source first, Carbon will run the differ to update UI based on your data.

Hi @arimunandar

I think TODO app example should help you to understand way to dynamic adding the cells with Carbon.