有没有非私有 API 替代方案?
我的应用程序最近因使用私有 API 而被拒绝(UIAlertView
的 addTextField:
方法,我可以补充一下,该方法非常有用)。
是否有任何非私有替代 UIAlertView
的未记录 addTextFieldWithValue:label:
?
提前非常感谢!
My app was recently rejected due to using a private API (addTextField:
method for UIAlertView
, which is quite useful, might I add).
Is there any non-private alternative to UIAlertView
's undocumented addTextFieldWithValue:label:
?
Thanks SO much in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建文本字段作为 UIAlertView 的子视图
create the text field as a subview of the UIAlertView
查看 GitHub 上的开源代码,了解如何将 UITextFields 添加到 UIAlertView。
http://github.com/enormego/EGOTextFieldAlertView
Check out this Open Source code on GitHub for adding UITextFields to a UIAlertView.
http://github.com/enormego/EGOTextFieldAlertView