I have built a fully working iPhone app, with some complex UI! Now that I have a bit more audience, I wanted to expand to iPad, I have read about size classes and, seen the Apple documentation about the topic, but I still did not get the answers I was looking for.
My questions are:
How should I build an iPad app, within the original iPhone app, so that some viewcontrollers may differ intensively? So for example, on the iPhone I have a collection view and a tableview, with some other views. And on iPad I want the same View(spot in the app), to consist of a split view controller, and some other views. So it would be 20% of already done views and 80% of newly added elements.
So if I would make it in the same view, using "vary for traits" it would be a hassle (I guess).
Would it be better, or can I actually have a different Storyboard for iPad?
What is the right approach?
Thanks in advance for your answers.
My questions are:
How should I build an iPad app, within the original iPhone app, so that some viewcontrollers may differ intensively? So for example, on the iPhone I have a collection view and a tableview, with some other views. And on iPad I want the same View(spot in the app), to consist of a split view controller, and some other views. So it would be 20% of already done views and 80% of newly added elements.
So if I would make it in the same view, using "vary for traits" it would be a hassle (I guess).
Would it be better, or can I actually have a different Storyboard for iPad?
What is the right approach?
Thanks in advance for your answers.