Archive

Category archive for Xcode

Functional Programming in Swift 2.0

What? In this post I will talk about functional programming in Swift 2.0. Grab the latest release of Xcode 7 before trying out any of the following code because they might not compile on Swift 1.2. For me, functional programming means a lot of things amongst which the followings stand out: Immutability (avoiding having variables […]


What’s new in Swift 2.0

With wwdc2015 came many apis for us iOS developers to explore and to use. Added value for that have iOS apps. In this post, I’ll focus more on what’s new in Swift 2.0 and some of the new features in Xcode. I will also mention some of my favorite tips and tricks in Xcode if […]