underPageBackgroundColor 已获批准?
我可以使用
[UIColor underPageBackgroundColor]
,否则我的应用程序将被苹果拒绝?它仅适用于某些视图控制器中的某些背景颜色。
can i use
[UIColor underPageBackgroundColor]
or my app will be rejected from apple? It's just for some background colors in some view controllers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它已记录在头文件中。你可以使用它。
您认为为什么您可能不被允许使用它?
It's documented and it's in the header file. You can use it.
Why do you think you might not be allowed to use it?
它是一个有文档记录的 API,所以它是公开的,所以你应该可以很好地使用它。
It's a documented API, so it's public, so you should be fine to use it.