我想在 IOS7 中的 UIAlertView 中添加 UILabel。我的代码在 iOS7 较少的版本中运行良好。
从 iOS 7 开始无法添加子视图。
如何在 iOS 7 的 UIAlertView 中添加子视图?
在 iOS 7 中您可以使用
[alertView setValue:customContentView forKey:@"accessoryView"];
完整的解释是这里