The interface of my iPad app has multiple section boxes (looks similar to this stackoverflow page). I'm new to xcode and iOS programming but have years of web development experience. I would like to know what is the best way to design this.
Should I put everything in one xib file? (section1headerlabel, section1text1,section1text2..)
or should each section be its own xib file? (like server side include in web dev) if so how do I do this?
Any suggestions would be highly appreciated.