Setting up sandbox test users for CloudKit development
Inspired by this post on getting started with users and images in iOS CloudKit, I thought, "Hey, that was helpful. I should share some of...
Xcode 8. Core Data in 5 Easy Steps
A simple example of a Core Data model, entities, relationships & Model Objects. If you're having a Linker Command error (duplicate s
iOS Notification-style Drop-down Alert
Think back a few years ago to how social apps handled asynchronous actions, such as saves, deletions, or other network actions. That's...
Adding a Pull to Refresh idiom to your UITableViewController
This is just a quick and easy post for something that I thought would be a pain, but is quick and easy to add: A UIRefreshController....