Tutorial – UIAlert Pop Up Message
In this tutorial we will look at using the UIAlert controller to show pop up messages. First of all create a new xcode project, and add a button to your storyboard. Connect it up to ViewController.Swift with the action name as “showAlert”. Now that we have done that to show an alert add in the […]