4:58PM
iPhone SDK Tutorial: UIAlertView
I decided to upload some Xcode Tutorials on YouTube so a lot of people could get started with learning how to develop their own iPhone applications. In the first tutorial I will be teaching you how to create a UIAlertView, which is essentially a pop up in your application, wether it be when the app launches or anything else really. The UIAlertView displays a title and a message, as well as some buttons either below it so different actions can be given to each button accordingly.
To check out how to create the UIAlertView watch the video below:
Reader Comments (1)
I enjoyed this alot,
Your method was alot easier than mine.
Thanks for the tip.