#swift 3.0

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.

Read More…