If you’re writing about Swift in Markdown, this tool is going to be useful. It extracts code from Markdown code blocks, executes it and inserts the results back into the file. Developed by Chris Eidhof to help with the Core Data and Advanced Swift books that he’s working on, but useful for anyone writing about Swift.
Jesse Squires has come up with a great way to reduce the bloat of your viewDidLoad methods and increase the readability of your code. He suggests using the didSet method of IBOutlets to do any initialisation needed for just that control. Great idea.
With much better support for external keyboards in iOS 9, UIKeyCommand is going to be something we need to get more familiar with. Nate Cook goes through the basics and covers what’s new with these APIs in iOS 9.
Now that we’ve had a couple of months with Swift 2 and the new features, we’re moving away from “Look, new stuff!” and into how to actually use these things for real. In this article, Benjamin Encz takes a deeper look at Swift’s new error handling and how to mix it with Objective-C code.
There are a lot of image downloading and caching libraries out there but this new one from Pinterest is worth a look. The focus is on getting images displayed to the user as quickly as possible, including setting priorities for images, progressive JPEG downloading and support for WebP images and animated GIFs (through FLAnimatedImage).
This is a great read from Pasquale D’Silva on spatial interfaces. I’ve long been a fan of how, right from the very beginning, iOS used things like the default navigation controller animations to show where data is coming from and going to. I even miss the animation showing that your photo was moving to the photo library when you took a photo.
Luke Wroblewski with a fabulously detailed look at the current watch UI and how it might be improved.
Useful tool by James Tang which can take a screenshot (or other image) and dynamically map it onto any quadrilateral shape. Great for putting screenshots into stock device photos.
Come build the “Ask Me Anything” social network powered by cryptocurrency.
Great stories at this year’s NeXTEVNT.