I first linked to this article by Ole Begemann back in July but it’s worth looking at again now as the legislation is about to become active. Unfortunately for us developers, the additional VAT will be taken out of existing revenue rather than prices being increased to cope with it. This article by Jas Purewal is also worth reading for more information.
Fantastic article from Daniel Jalkut with three great tips on speeding up custom build scripts. These scripts can definitely get out of hand on larger projects and so this could save you many minutes (or even hours?) per day.
Swift may only have been around for six months or so but there’s more than enough tips and tricks to make this year end roundup article a great read. I’m sure even those developers that jumped in early with Swift will find something here that they didn’t know. There’s also an old trick I’ve been using for a while of an alias to delete Xcode derived data but I do like Clay Smith’s choice for the command name.
What a fantastic gentle introduction to SceneKit from Silviu Pop. He goes over some of the core concepts of SceneKit and then presents challenges with solutions to guide you through the learning. There’s also Part 2 and Part 3 which cover more advance topics but are again so well written that each challenge just seems like the next logical step.
Writing these telescoping constructors in Objective-C was never something I gave much thought to. It was a good practice I learned early to ensure all your constructors end up going through one method. Tony Arnold points out how much less boiler plate code we have to write to accomplish the same thing in Swift.
Karl Voskuil has open sourced some helpful classes and utilities for working with SpriteKit. There’s a class category for using gesture recognizers in a Scene which means you can encapsulate the touch processing into a Node subclass and keep the scene from getting bloated. Worth a look at the background loading of assets in a Scene as well.
Plenty of talk about search on the App Store this week, kicked off with this article from Ged Maheux who showed the truly dismal results of a search for “Twitter”. Aleksandar Vacić replied with a post not only about search, but app discovery and Joe Cieplinski suggests that if you’re relying on loose search terms, you’re doing it wrong.
Stuart Hall with a great little piece on not only paying attention to your customers, or your competitors, but your competitor’s customers!
Help us educate a new generation of iOS developers.
If it were released today…