UIAlertController

2016-04-08  本文已影响549人  年轻在于折腾
关于UIAlertController的基本使用:

UIAlertAction *Destructive = [UIAlertAction actionWithTitle:@"Destructive" style:UIAlertActionStyleDestructive handler:nil];

UIAlertAction *Cancel = [UIAlertAction actionWithTitle:@"Destructive" style:UIAlertActionStyleCancel handler:nil]; <code>

上一篇 下一篇

猜你喜欢

热点阅读