Is there any way I can design my classes for both iPhone4 and iPhone5 using the same xib?
相关问题
- Load a nib file to act as a custom keyboard when a
- UINavigationBar change title text color and font s
- How to load xib file with attached view controller
- Best way to change XIB files based on rotation? [c
- Added, then deleted a ~ipad.xib. Now NSInternalInc
相关文章
- Transitioning from XIB files to Storyboard
- Handling the larger device size of iPhone 5 [dupli
- Build xib Interface Builder and load them as subvi
- Initialize a view with a xib
- Unable to load two nib (.XIB) for Single ViewContr
- Load XIB into ViewController Xamarin?
- Hide tab bar item and aligning other tab items
- Autoresize not working in xib
yes it is possible,
just remove the side angle and make object free by enabling inner arrow. so it will automatically resize according to screen.
You can use auto layout feature provided by apple. Please refer to apple document for this:- https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/Introduction/Introduction.html