iOS系统自带弹框宏定义

#define Alert(_S_, ...)   [[[UIAlertView alloc] initWithTitle:@"提示" message:[NSString stringWithFormat:(_S_), ##__VA_ARGS__] delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil] show]

posted @ 2018-03-07 09:56  邢晓晓  阅读(233)  评论(0)    收藏  举报