`
lizhuang
  • 浏览: 889320 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

UIAlert的宏写法

阅读更多
#define SHOWALERT(meg) {UIAlertView *alert=[[[UIAlertView alloc]initWithTitle:nil message:meg delegate:nil cancelButtonTitle:@"取消" otherButtonTitles: nil,nil]autorelease];[alert show];}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics