I am using the Xcode version 6.3.2, which is the most recent one at the moment.
I already have an working iPhone application, build with that very same version of Xcode. It contains a page view controller inside a standard view controller. Moreover it provides the user a settings page accessible from the navigation bar, if thats important.
Basically each day of the page view controller represents one day.
For the new iPad version I would like the "pages" content showing up next to each other.
Is there an easy way to accomplish this? How do I have to adjust the code when running on an iPad?
In general, what do I need to change if the iPad version uses a different view controller for the main view then the iPhone app?
Do I have to create a new ViewController class? If so, how would I tell the application to use the other vc if running on an iPad instead of an iPhone?
Thanks in advance, KlixxOne