Blog
NSFetchedResultsController with UITableView
Last time I looked purely at NSFetchedResultsController …
The Hit List Diary #3 followup
It occurred to me there is another way of handling …
NSFetchedResultsController
This could probably come under the heading of my iOS …
The Hit List Diary #4 – Table Editing Styles
When editing a list, we allow the selection of multiple …
The Hit List Diary #3 – Editing Mode Toolbar
Like many iOS productivity apps, several screens in …
The Hit List Diary #2 – Shared Toolbar Items
We have a few toolbar items which appear in the same …
The Hit List Diary #1 – Storyboard Merging
One of the major engineering changes for updating …
The Hit List for iOS 7 Diary
I’m hard at work on updating The Hit List for iOS …
Notes on the iOS 8 Release Notes
The Address Book UI people picker has been changed for iOS 8. A new mode with new API has been added where the app does not need access to the user’s contacts and the user will not be prompted for access. A temporary copy of the selected person is returned to the app. See ABPeoplePickerNavigationController.h for more details.
In this beta, you have the choice of using either the new mode or the old mode. The old mode will be deprecated in a future iOS 8 Beta, so you should migrate to the new mode as soon as possible.
I like the sound of this. I’ve long been keen on …
File a bug (or at least a feature request)
After reading Marco Arment and Daniel Jalkut’s posts …