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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -