{ tips } Posts
-
Live Reset For UI Tests
How to leverage live reset to speed up your UI tests!
Read More -
UI Testing with NSUserDefaults
A few tips on how to leverage `NSUserDefaults` to improve your UI tests.
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 -
Command line Watch Kit builds
Do you use xcodebuild for your iOS builds? Have you been trying to submit your latest build with Watch Kit Support? Here's how I got it working!
Read More -
Debugging gesture recognizers
A quick tip for getting a list of conflicting gesture recognizers.
Read More -
My WWDC Experience
A post about my San Francisco trip to attend WWDC 2013.
Read More -
Xcode Tips : Organising your code
Keep your source code organised with pragma mark!
Read More -
iOS Tips: Debugging UI
Two tips to help you troubleshoot UI issues with your app.
Read More -
iOS Tips: Don't use 'description'
When you have a custom class that needs a description property don't use
Read Moredescription
!