내가 놓친 게 있는지 알려주시겠습니까? '우주'유형의 프로젝트가 있습니다. 그것은 아이폰에 잘 작동합니다.iPhone xib의 ipad xib 변환 전화 번호를 변환 할 수 없습니다
iPad 버전을 얻으려면 다음 단계를 따르십시오.
1) duplicate the .xib.
2) Open source Code mode { xib file} and do the followings.
a) changed <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
to
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="8.00">
b) replaced IBCocoaTouchFramework with IBIPadFramework
c) changed the resolution of IBUIView to
<string key="NSFrame">{{0, 20}, {768, 1024}}</string>
이제 실행할 때 iPhone xib가 iPad보기에 포함 된 것처럼 출력됩니다.
내가 누락 된 항목이 있습니까? 친절하게 제가하고있는 실수를 지적합니까?