标签:
首先,视图控制器必须得实现协议UIAlertViewDelegate中的方法,并指定delegate为self,才能使弹出的Alert窗口响应点击事件。
具体代码如下:
ViewController.h中的代码如下:
ViewController.m中的详细代码:
UIAlertView浅谈
原文地址:http://www.cnblogs.com/cynthia116/p/5038409.html