I'm going to create a Universal iOS application using Swift. The functionality for the iPhone and iPad versions is 70% the same but some parts are different. The app will support all orientations.
What is the best approach for a universal architecture? Should I use separate storyboards and separate classes for iPhone/iPad with separate targets or use the same files?