Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个非常奇怪的问题:一段时间后,我的 UI 中使用的图像停止在我的 iPad 上显示(不是全部,只有 80%)。
我用仪器检查过,没有内存泄漏,应用程序的总分配为 5MB,所以内存应该不是问题。
我正在使用名为 SomeViewController~ipad 的 xib。
当我使用仪器检查 I/O 活动时,我注意到应用程序停止查找 background.png 但会查找 background~ipad.png 并返回“没有此类文件或目录”错误。
我能做些什么来防止这种情况发生吗?
最后我发现这是 iOS 5.0.x 版本中的某种错误。升级到 5.1.1 后,该错误消失了。