
UIAlertController 提示框
小手一背爱谁谁
这个作者很懒,什么都没留下…
展开
-
UIAlertController 提示框简单封装
-(void)aleartViewShowtTittle:(NSString *)tittle message:(NSString *)message ok:(NSString *)ok other:(NSString *)other cancel:(NSString *)cancel{ UIAlertController *altc =[UIAlertController原创 2015-12-23 15:16:18 · 356 阅读 · 0 评论 -
iOS UIAlertController 弹出框控制器
- (void)aleartViewShowtTittle:(NSString *)tittle message:(NSString *)message ok:(NSString *)ok other:(NSString *)other other2:(NSString *)other2 cancel:(NSString *)cancel { UIAlertControlle原创 2016-01-30 18:40:12 · 1305 阅读 · 0 评论 -
iOS UIAlertController提示框控制器
- (void)showOkayCancelAlertTitle:(NSString *)title message:(NSString *)message { NSString *cancelButtonTitle = NSLocalizedString(@"取消", nil); NSString *otherButtonTitle = NSLocaliz原创 2016-09-23 16:18:34 · 1197 阅读 · 0 评论 -
iOS 几秒后会自动消失提示框
tipWithMessage(@"没有数据啦!"); //提示弹窗 NS_INLINE void tipWithMessage(NSString *message){ dispatch_async(dispatch_get_main_queue(), ^{ UIAlertView *alerView = [[UIAlertView alloc] initWi...原创 2016-10-26 10:21:51 · 5217 阅读 · 0 评论