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,…
iOS How to use Font Awesome in Swift Panayiotis Georgiou 12/11/2014 2 Font awesome can be a useful part of any project. It comes with a set of common icons and image assets. Since you use text instead…