Will removing support for armv7s architecture still work fine for the iPhone 5 screen?

橙三吉。 提交于 2019-12-21 05:22:00

问题


I am using Xcode 4.5 and using the base SDK, iOS6 and am porting my app for iPhone 5. Some of the libraries that I use for my app are still not built for armv7s architecture.

Will removing support for armv7s architecture still work fine for the iPhone 5 screen? Or, will I see black letterboxes? It works fine on the simulator though. Would like to know if anyone got a chance to test this case.


回答1:


Yes, it should work fine. The deciding factor for whether your code will letterbox is the presence of a Default-568h@2x.png image file, not the architecture that the code is built for.



来源:https://stackoverflow.com/questions/12576144/will-removing-support-for-armv7s-architecture-still-work-fine-for-the-iphone-5-s

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!