I'd like to make an iPad and iPhone version of my app, but I'd like them to share resources. IE, I've made several static and prototype cells in the iPhone storyboard, how can I make the same assets be used in the iPad storyboard without my duplicating assets? I figure just like its a bad idea to duplicate source code in a project, it's a bad idea to duplicate layouts as then anytime you change one, you have to remember to go and change the other as well, or else you may end up with inconsistent branding and style between different platforms.
Should I maybe define my cells in XIBs instead and then load those into the storyboards?
Should I maybe define my cells in XIBs instead and then load those into the storyboards?