ui05专题

UI05_UIAlertView

AppDelegate.m#import "AppDelegate.h"1.使用UIAlertViewDelegate需要签订协议.@interface AppDelegate ()<UIAlertViewDelegate>@end@implementation AppDelegate// 在ARC可以写dealloc(在观察者中使用),但是里面不写内容.- (void)dealloc{