iPad UISplitViewController view frame -



iPad UISplitViewController view frame -

i wonder how can alter splitview.view.frame ?

in app i'm using tabbarcontroller display differents splitviews tab. need leave empty space between tabbar , splitview set view.

i tried alter splitview.view.frame doesn't work... thought ?

this split view controller section of view controller programming guide ios,

"the uisplitviewcontroller class container view controller manages 2 panes of information. first pane has fixed width of 320 points , height matches visible window height. sec pane fills remaining space."

so, i'd can't it. maybe else has solution this.

word of advice, though: don't complicate interface. seek , think of improve way accomplish thinking of showing in intermediate view. maybe place somewhere else or nowadays in other way.

ipad view uitabbarcontroller uisplitviewcontroller

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

java - How to pass parameters between Request-Scoped Controllers? -