{ uitableview } Posts
-
UICollectionViewCells Dynamic Width
How to make UICollectionViewCells dynamically adjust their width to fill the screen like UITableViewCells do.
Read More -
UITableView Moves and Updates
When using UITableView, data updates can be animated to create a seamless transition, however you may run into this known limitation where cells can't be moved and updated at the same time. In this post I walk through an example of when that can happen and how to work around it.
Read More