How to convert a view-based iOS project an univers

2019-09-16 07:52发布

问题:

I have a view-based iOS cocoa touch application built and is running on iPhone.
Now I need to convert it as an universal application in order to run that on both iPhone and iPad.
I dont know how to change a view-based as an universal build application.

How can I convert it?

回答1:

Open the project in Xcode. Under the Targets menu (in Groups & Files), right click on your app. Select "Upgrade current target for iPad...".