苹果允许修改UIAlertView吗?
我在github上找到了一个示例,其中在UIAlertView中添加了tableView。所以我想知道如果我使用它,我的应用程序会被拒绝吗?
I found a sample on github in which A tableView is added inside UIAlertView. SO I would like to know that will my app rejected if I use that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 UIAlertView 中添加了用户名和密码,并且它被接受了!所以我认为添加表视图也会被接受!
I added a username and password filed in UIAlertView and its get accepted! So I think added a table view will also get accepted!
是的,您可以将文本字段添加到 UIAlertView 中并接受它。所以 tableview 可能没有问题。
Yes, you can add numnber of textFields to the UIAlertView and its accepted.so may be no problem with tableview.