iphone中常用的消息提示控件,就是UIActionSheet和UIAlertView了,在Web开发中,UIActionSheet就像是confirm(),而UIAlertView就像是alert()一样 UIActionSheet UIAlertView 但在iphone中,这两个控件的功能可以自定义 定义两个控件事件方法 #import <UIKit/UIKit.h> @interface ViewController : UIViewController - (IBAction)sh…