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).
or possible in code?
in code, can use self.myview.frame = self.view.bounds;
. make stick way, self.myview.autoresizingmask = uiviewautoresizingstretchablewidth | uiviewautoresizingstretchableheight;
Comments
Post a Comment