Blogposts tagged with 'Xcode'

10 Oct 2018

Using 3rd party frameworks in Xcode Playgrounds

How to use 3rd party libraries in Xcode Playground for faster prototyping - using Alamofire and SwiftyJSON in a Xcode Playground

Read More »

12 Apr 2017

Resetting iOS Simulator for UI tests

How to reset the iOS Simulator to completely clear its slate between runs of UI tests, by using app launch arguments.

Read More »

28 Mar 2017

Using old versions of Swift in Xcode

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.

Read More »

27 Mar 2017

Test Driven Development in Xcode Playgrounds

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.

Read More »