I would use Xcode's CrossPlatform template. Build the model code in one place, share UI elements where possible and make target specific UI tweaks where you need it. Probably keep one target the focus at first but write it in a way that's convenient to work with when you start focusing the UI on other targets later on.