Doz
Doz

Reputation: 7149

Alternative to UISplitViewController without need for it to be rootViewController

I was wondering, I need some simple feature like a UISplitViewController where i have a master-detail navigation. I can't use a UISplitViewController as it requires to be associated as root view controller. I need to have this called modally within a View.

is there any similar alternative controller to implement this?

Thanks guys

Upvotes: 0

Views: 200

Answers (1)

Léo Natan
Léo Natan

Reputation: 57060

Take a look at MGSplitViewController. Really good, offers similar API.

Upvotes: 1

Related Questions