screen orientation - iOS: Portrait & Landsacpe without adjusting programatically -


  • am creating screen supports both landscape & portrait
  • while changing orientation miss match design
  • is there way adjust screen without adding code adjust.
  • because using dynamic project.

screenshot: way set orientation whole app in plist

enter image description here

any solution please. in advance.

you should use auto layout feature (from ios 6.0).

take at:

http://www.raywenderlich.com/20881/beginning-auto-layout-part-1-of-2


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -