10 Oct 2018
How to use 3rd party libraries in Xcode Playground for faster prototyping - using Alamofire and SwiftyJSON in a Xcode Playground
12 Apr 2017
How to reset the iOS Simulator to completely clear its slate between runs of UI tests, by using app launch arguments.
28 Mar 2017
Apple released new versions of iOS, watchOS, tvOS & MacOS yesterday, and with it came a new version of Xcode, 8.3, that only includes Swift 3.1.
27 Mar 2017
Using Xcode Playgrounds to write test driven code - a faster way to prototype and test your code in Swift without the need to create a project.