使用 iPad 模拟器测试 iPhone 应用程序
我为 iPhone 设备开发了一个应用程序,该应用程序在模拟器和设备上都能完美运行。现在我尝试在 iPad(模拟器和真实 iPad)上运行该应用程序,该应用程序出现,但未显示我的自定义轮播对象...跟踪中没有错误,但该对象未显示在屏幕上,我不知道我应该先看哪里......有什么帮助吗? 为 iPad 开发自定义对象时是否需要特别考虑? 预先感谢
有关此的更多数据。我检查了 UIView.frame.size.width,在 iPhone 模拟器上该值不为零,但在 iPad 模拟器上它是 0...我完全迷失了:(
I have developed an application for iPhone devices, the application works perfectly both in simulator and devices. Now I have tried to run the application on iPad (both simulator and real iPad), the application appears but my custom carousel object is not showed... there are no error in the traces but the object is not showed in the screen, I do not know where should I look first.... any help?
Have I need to take special considerations in order to develop a custom object for iPad?
Thanks in advance
More data about this. I have checked the UIView.frame.size.width, on iPhone simulator the value is not zero, but on iPad simulator it is 0... I'm totally lost :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来清理和重建解决了问题......也许一些丢失的图像..
It seems that cleaning and rebuilding resolves the problem... maybe some missing image..