Alternative to UISplitViewController without need for it to be rootViewController

206 Views Asked by At

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

1

There are 1 best solutions below

0
On

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