iOS Error Handling in Swift Panayiotis Georgiou 07/10/2016 1 When calling a method that may cause a failure, you normally pass it with an NSError object (as a pointer). If there is an error,…