convert ipad app to run on iphone (universal app)

一笑奈何 提交于 2019-12-21 03:57:14

问题


I have a working iPad app which I now need to make work on iPhone. I've been reading around a fair bit on this, but haven't found a good answer. On this site, I saw some discussion... but again, no definite answers.

Does anyone know of any tutorials? I have captured in my code whether it's an ipad or not - so it's all ready - I just need to actually get it on my iphone to test!

Thanks for any info


回答1:


actualy you just have to change TARGETED_DEVICE_FAMILY in project settings to run app on bouth devices. Everything else is just alot of if's :)



来源:https://stackoverflow.com/questions/3773296/convert-ipad-app-to-run-on-iphone-universal-app

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