iOS Make Query URL using swift 3 Panayiotis Georgiou 26/01/2018 0 Some times we need to extract some data or get the specific key data from URL. In order to achieve that we need to break the whole…
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,…