Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 UIButton 添加到 UIAlertView 如下
iOS 6 及以下版本很好,现在在 iOS 7 中它是这样的
请让我们知道解决此问题的方法。
根据 IOS 7 标准,您不能将任何视图添加为警报视图中的子视图。请参考苹果文档。(在 IOS 7 中无法自定义 UIAlert 视图)
请参考: https ://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/UIKitUICatalog/UIAlertView.html#//apple_ref/doc/uid/TP40012857-UIAlertView-SW1
您可以在此链接上找到答案
但这是错误的方法,你可以在同一个链接上看到这个
Alertview应该只用于显示以下详细信息
Alertview
立即获悉重要信息
就行动方案做出决定
对于上述任务,您应该使用pickerview或tableview取决于要求。
pickerview
tableview