需要确认子类化 UIAlertView 是合法的

发布于 2025-01-01 23:30:50 字数 385 浏览 0 评论 0原文

我一直在阅读周围的内容,试图找到关于子类化 UIAlertView 来更改背景颜色是否可以与 Apple 配合的明确答案。

我知道苹果文档指出:

子类化注释 UIAlertView 类旨在按原样使用 并且不支持子类化。该类的视图层次结构 是私有的,不得修改。

然而我看到很多人尝试这样做,有些人说他们已经毫无问题地做到了。

有人可以对我是否应该在我的应用程序中执行此操作给出明确的“是”或“否”答案。

  • 我知道我必须接受它,因为它是应用程序商店,上次我的一个应用程序被拒绝时,我上诉苹果代表只是说:“应用程序商店是一个不断变化的市场,接受度是团队的自由裁量权。” 点击

I have been reading around trying to find a definitive answer on if subclassing UIAlertView to change the background color is ok with Apple.

I know the apple documentation states:

Subclassing Notes The UIAlertView class is intended to be used as-is
and does not support subclassing. The view hierarchy for this class
is private and must not be modified.

Yet I have seen many people attempting it and some stating that they have done it with no problem.

Can someone give a solid Yes or No answer as to if I should do this or not in my app.

  • I know I will have to take it with a grain since it is the app store and the last time one of my apps was rejected and I appealed the Apple representative only stated, "The app store is an ever changing marketplace where acceptance is at the discretion of the team." click

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慈悲佛祖 2025-01-08 23:30:50

没有人能给你明确的是或否。仅仅因为商店中的应用程序做了某件事并不意味着您会被接受做同样的事情。我的直觉告诉我,只要你的警报表现得像标准警报,而且不是太丑陋,你可能会没事的。

Nobody can give you a solid yes or no. Just because an app on the store does something doesn't mean you will be accepted for doing the same thing. My gut says as long as your alert behaves like the standard one and isn't horribly ugly, you probably will be fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文