we are building a little bigger mobile app in iOS. we need separate the components. there are two voices in team:
- use the interface builder, it is OK.
- programmatically, we can be good if any errors.
is there any person who involved this and have experiences can share some hints?
We had an app of size nearly 20MB at first. Initially it was designed programmatically (not even a single xib file). Recently we re-designed our app with xib. It increased our app size upto 25 MB. Additional 5MB added for xib files in resources.
Our app is an universal app (iPhone and iPad). So we need to have separate xib for iPhone and iPad.
So choose according to your requirement.