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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -