iphone - UIView to Ignore Orientation or Stick-To-Bottom Container -
i want display uiview on bottom of screen in portrait mode, when phone rotated , horizontal orientation reposition/resize subviews, 1 uiview remain was, same size , original position (i.e. on right end of horizontal orientation if on bottom of portrait mode).
is there way it?
you can set autoresizing mask this:
myview.autorezisingmask = uiviewautorezingmaskflexibletopmargin; this keep view @ bottom.
Comments
Post a Comment