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.
我在 iOS 6.0 中有自定义警报视图,它提供多个标签和一个按钮。在 iOS 6.0 中它运行正常,但在iOS 7.0自定义警报视图中出现白色警报视图并且所有标签都消失了。
任何解决方案?
谢谢。
我还没有完全测试过它,但是在subclassinga上UIAlertView,你也许可以添加subviews. 该方法[self addSubview:]仍然可以从. 我想,它也将在代码的其他部分可用。initsubclassed alertView
subclassing
UIAlertView
subviews
[self addSubview:]
init
subclassed
alertView
您应该尝试对其进行子类化。