views:

62

answers:

1

Hello All: How to create a dialog in a iphone application. If you know,please tell me.Thank you very much!

+3  A: 

UIAlertView is probably the class you're looking for.

Jonathan Grynspan
thank you very much.I want to add label、button and so on on the dialog,the UIAlertView can realize it?
lqf
Read the documentation for `UIAlertView`. Most of your questions about the class are covered by Apple's docs.
Jonathan Grynspan
Thank you very much!
lqf
If you like the answer, accept it.
Jonathan Grynspan