views:

122

answers:

1

I am trying to have a SplitView pop up on top of the current view but I don't want it to cover the whole screen so that the user doesn't feel he/she is taken elsewhere.

I would imagine that the size can be specified from Interface Builder, but there are no size options on a UISplitViewController, and I can't seem to put it into another UIView or UIViewController.

Is there any way to do this? Thanks.