objective c - Different xib file when rotated Xcode -


Can I use a different .xib file when the iPad rotates in landscape mode? If it is possible how I will code, I am new to a Xcode: P

if Before you want to create a scene, then by all means, instantize the scene using a different xib file. If the scene has already been created, you can remove it, use a landscape xib file to initialize a new one, and add it again. However it will not be recommended. : P

It is better to move your footage with a xib file adjusted on spacing / re-size, either by manually setting the adjustment option or after the orientation change, the elements of your footage form manually By adjusting / adjusting

Comments