摘要: 方法一: [self.navigationController popToViewController:[self.navigationController.viewControllers objectAtIndex:2] animated:YES];或方法二: for (UIViewControl 阅读全文
posted @ 2016-10-27 16:41 新年新气象 阅读(1092) 评论(0) 推荐(0)
摘要: #define SHOWALERT(MESSAGE) \ UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"提示" message:MESSAGE preferredStyle:UIAlertControllerStyleAlert]; \ UIAlertAction *okAct... 阅读全文
posted @ 2016-10-27 09:15 新年新气象 阅读(346) 评论(0) 推荐(0)