0

I would like to build the the UI as shown in the MockUp. For this I need to have two UINavigationViewControllers Side by Side inside a TabBarController. And on the left side I need a VerticalToolbar...

What is the best way to handle this?

Thanks, Stefan

iPad MockUp

Urkman
  • 1,298
  • 1
  • 16
  • 32

2 Answers2

1

You can use iOS ViewController Containment API's to achieve this.

Check 'Implementing a Container View Controller' topic in Apple Documentation for the same.

Also check this post.

Community
  • 1
  • 1
Dhandapani
  • 114
  • 5
0

Here I found a good article that points me to the correct use of UIViewController Containment :)

Creating iPad Dashboard Using UIViewController Containment

Urkman
  • 1,298
  • 1
  • 16
  • 32