Hi all,
We do have the following complex layout requirement, when porting an Android app to iOS app
Thanks
We do have the following complex layout requirement, when porting an Android app to iOS app
- Compact list view - https://i.imgur.com/0VnEUB7.png
- List view - https://i.imgur.com/tg2vlgC.png
- Compact grid view - https://i.imgur.com/geIJ40g.png
- Grid view - https://i.imgur.com/n5pdX6J.png
- Flexible view - https://i.imgur.com/z1PHUCr.png
- Animation during add, delete, modify.
- Drag-n-move
- Support multiple headers (Pinned, Others, ...) - https://i.imgur.com/Woix6yi.png
- UICollectionView + https://github.com/jflinter/Dwifft(We are able to utilise it to better achieve animation during add, delete, modify)
- UICollectionView + https://github.com/onmyway133/DeepDiff(We are able to utilise it to better achieve animation during add, delete, modify)
- UICollectionView + https://github.com/Instagram/IGListKit(We are able to achieve much more than the above 2. But, we're going to lock into a vendor's (Instagram) framework)
- ???
Thanks