首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
ui05专题
UI05_UIAlertView
AppDelegate.m#import "AppDelegate.h"1.使用UIAlertViewDelegate需要签订协议.@interface AppDelegate ()<UIAlertViewDelegate>@end@implementation AppDelegate// 在ARC可以写dealloc(在观察者中使用),但是里面不写内容.- (void)dealloc{
阅读更多...