0
点赞
收藏
分享

微信扫一扫

UIAlert的宏写法


#define SHOWALERT(meg) {UIAlertView *alert=[[[UIAlertView alloc]initWithTitle:nil message:meg delegate:nil cancelButtonTitle:@"取消" otherButtonTitles: nil,nil]autorelease];[alert show];}

举报

相关推荐

循环的写法

C语言中的宏函数与宏定义

宏函数的错误。

本科论文的写法

0 条评论