Fritzables
Fritzables

Reputation: 383

UISplitView On iPad - Have I The Correct Structure?

Trying to introduce a UISplitView into an existing application based off a TabBar Controller to run on an iPad only.

I have the 'master' view displaying, but the 'detail' view won't show.

I have attached a schematic on how the Storyboard looks.

Do I have the necessary Segue's connecting correctly?

If you need the code to look deeper, please ask.

enter image description here

Upvotes: 0

Views: 52

Answers (1)

Fahim
Fahim

Reputation: 3556

In the project you provided, the Tab Bar Controller has HomeController and the Preferences controller set as view controllers. This is incorrect since you should have the Split View Controller for the Preference controller, as one of the tab bar's view controllers. Once you do that, you will have the split view displaying correctly.

Upvotes: 1

Related Questions