iOS 开发中关于弹窗的几种方式

1.IOS8之前的方式:ios UIAlertView *alertView = [[UIAlertView alloc]initWithTitle:@"提示" message:@"输入的数字不合理" delegate:nil cancelButtonTitle:@"取消" otherButtonTitles:nil, nil]; [alertView show]; 2.IOS8之后最新方式
相关文章
相关标签/搜索