ios - Fit a UIView to screen -


i add portrait orientation application. there way shrink or fit uiview (created in xib) screen?

i have landscape sized views in xib files , set them opposite of using interface builder stretching (the center block).

enter image description here

or possible in code?

in code, can use self.myview.frame = self.view.bounds;. make stick way, self.myview.autoresizingmask = uiviewautoresizingstretchablewidth | uiviewautoresizingstretchableheight;


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -