#swift
Making phone calls in Swift 29 Sep 2016
For a recent client project, I had to implement the feature to make phone calls from the iOS app. I had never done this before and at the first moment, I wondered if was possible to do that on iOS due to the strong restrictions Apple usually sets on things like this.
Dealing with strings in Swift 13 Jan 2016
One of the first weird things you noticed when you start to code in Swift is the new way to manipulate strings. There isn't an [NSString class] anymore... oh, my!