ios - Apple 可以拒绝设置约束后显示此错误的应用程序吗?

标签 ios swift autolayout storyboard

<分区>

我是第一次使用自动布局,所以我对约束有点困惑。在 Storyboard应用程序约束设置成功但在控制台显示错误 -

Error Description

所以我的问题是苹果可以批准这个应用程序吗?

最佳答案

Apple 不会基于编译器/代码或布局警告拒绝您的应用程序。摆脱警告始终是一个好习惯,因为它们存在是有原因的。 App Store Review Guidelines 中列出了要遵循的规则和准则。


发件人:IOS: Does constraint error or warning influence publish app to app store?

If you are talking about pure layout exception in the debugger, the answer is NO if the app is still usable and doesn't crash. Saying that if your layout exceptions break something in the UI that makes difficult the use of it, you have a chance of rejection.

关于ios - Apple 可以拒绝设置约束后显示此错误的应用程序吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38865801/

相关文章:

ios - 在 viewDidLoad : invalid context error 中使用 UIBezierPath 绘制图像

objective-c - 什么需要子类化 UIView 而不是创建我们自己的 View 并将其添加到

swift - XCTest - 无法理解/实现单元测试中的期望(测试异步代码)

ios - ios 中的 UICollectionView 单元格滚动问题

ios - 自动调整 UITableView 的 header

ios - 当没有足够的空间来使用自动布局显示全文时隐藏 UILabel

ios - React-Native iOS 热重载和 Debug模式在真实设备中不起作用

ios - 无法获取组成员 (XMPP)

ios - 在 iOS 中使用 Swift 语言将下载的文件解压缩到同一文件夹中

ios - 如何将信息从一个 View Controller 中的 TableView 单元格传递到另一个 View Controller ?