In this tutorial you will be introduced to one of the most commonly used Cocoa-Touch classes: UIAlertView. With this class, you can quickly notify users of important or urgent application information. You may also force user feedback by combining UIAlertView with the UIAlertViewDelegate, which will also be demonstrated. Read on to learn more! Step 1: […]