Decode job advert posted in Swift Language

less than 1 minute read

I came across this unique Swift job advert in stackoverflow.com posted by Criteo. (Need to add override for the init function, missed in the original job pos...

Simple UITableView and UIAlertView example

3 minute read

In this article, we are going to see how to create a simple UITableView for displaying data. And display an alert on selection of any row using UIAlertView. ...

How to add annotation to MapView in iOS

3 minute read

This article provides the steps for adding annotation to a MapView in iOS Updated: - Click here for the updated article in Swift Create a new Xcode Project...