objective c - how do you resize (visually, not programmatically) the detail view of a UISplitViewController in a storyboard? -


in ios5, storyboards, suppose have uisplitviewcontroller, has views set master , detail views normal. 1 of detail views set initial detail view controller uisplitviewcontroller, , size, in storyboard, of normal detail view. other detail views segue detail view, , because of segue relationship, sized normal detail views.

and, of course, dynamically resize when change device's orientation. far good.

now suppose add uiviewcontroller, intending on using detail view uisplitview. in case, however, programmatically making detail view, instead of using "replace" segue.

on storyboard, view full-sized, i.e. not though detail view. makes laying out interface in storyboard problem.

in attached screenshot, can see view on far right full-size view. want make detail view sized in storyboard. far-right view should detail view sized

how done? i've tried various combinations of sizes , options in attributes inspector, nothing seems have effect. obvious choice "size: detail" in "simulated metrics" section of attributes inspector, appears nothing. detail view sizing attribute seems nothing

if understand question (resizing viewcontroller), i've done through selecting freeform in size box, clicking on view , setting size through inspector.

fwiw - haven't found way resize things nav or tab controllers.

edit: after selecting "freeform", click on view, set size in identity inspector tab shown below (don't know tab name)

enter image description here


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -