是否会成为AppStore审批App的限制?
我正在考虑在我的应用程序中自定义 UIAlert 视图。当我向用户显示警报时,我想根据情况(如错误、警告等)在警报视图中显示相应的图像以及消息。我不会从 UIAlertView 扩展我的自定义警报视图(我不确定是否可能),而是根据我的要求从标准 UIView 扩展我的自定义警报视图,并使用所需的方法。如果我更改外观和感觉,苹果会拒绝我的应用程序吗?的警报功能?
I am considering to customize the UIAlert view in my application.I want to show corresponding image,along with the message, in my alert view according to the situation(like error,warning etc), when i am showing the alert to the user.I am not going to extend my customized alert view from UIAlertView (and i am not sure it is possible) instead it will be from standard UIView with required methods as per my requirements.Will the apple reject my app if i change the look and feel of the alert functionality?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不这么认为...有数千种方法可以向用户呈现某种警报。如果它是 UIAlertView 或自定义视图,我认为 Apple 不会因此拒绝我们的应用程序......
I don't think so... There are thousands of ways to present the user some kind of alert. If it is a UIAlertView or a custom view, I don't think Apple will reject our app for that...