{ uikit } Posts
-
Safe Area Insets
The interesting and somewhat odd UIKit safeAreaInsets behaviour when using child view controllers.
Read More -
UIBarButtonItem & iOS 11
All the fun subtle differences in behaviour of UIBarButtonItems on iOS 11.
Read More -
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 -
Debugging gesture recognizers
A quick tip for getting a list of conflicting gesture recognizers.
Read More -
iOS Tips: Debugging UI
Two tips to help you troubleshoot UI issues with your app.
Read More