Converting iPhone xib to iPad xib?

后端 未结 17 2850
一向
一向 2020-11-27 09:31

How do you do it? I saw one video tutorial on it, but the screen was too small. Also, other than changing the view size, are there any other major changes I would have to

17条回答
  •  失恋的感觉
    2020-11-27 10:10

    Xcode 4:

    The Create iPad Version Using Autosizing Masks feature has been removed from Xcode 4. Right now the easiest way is to use Xcode 3 for the conversion, since the nib (.xib) file format did not change.

    Xcode 3 & 4 can now be both installed on the same system by simply selecting a different folder (see installation instructions on the disk image).

    Otherwise you will need to copy/paste the UI elements from the iPhone version, and re-link them to your code.

提交回复
热议问题