UIAlertView

1.创建:alloc initWithTitle....

2.不论点击UIAlertView中的哪一个button这个UIAlertView都会自己消失的,所以不需要在“Cancel”按钮中写什么让它消失的代码

3.代理方法:alertView:clickedButtonAtIndex:中第一个按钮的index为0,需要实现什么功能可以在点击哪一个按钮后实现

你可能感兴趣的:(UIAlertView)