I am createing my project on ios 6 but as per requirement the same project should be working in both ios 6 and older versions.
then how can I manage the .xib file for both versions because in ios 6 we have large .xib file.
Should I create new .xib file for older versions?
share your ideas friends,
thanx in advance.
No. You don’t need to make separate nib files for iOS 6 and other lower OS versions. The only thing you need to follow is to disable “Use Auto Layout” feature of every nib in xcode 5 and can use autoresize property of views for making the view compatible for iOS 6 and other lower versions.