iOS 7 Auto Layout vs. iOS 8 Adaptive Layout, is there a difference?
Asked Answered
R

2

7

Is there a difference between iOS 7 Auto Layout and iOS 8 Adaptive Layout? Or is it just -the adaptive layout- a more enhanced version with more features to help building more flexible layouts that fit different screen sizes?

I really can't figure out a real difference between both terms, or am I missing something?

Richey answered 23/11, 2014 at 20:15 Comment(0)
A
18

Working with autolayout in iOS 7 and iOS 8 is the same. Adaptive layout is really just an umbrella term for all the new layout tools in Xcode 6 and iOS 8-- one of which being Autolayout. Though autolayout isn't new, it's still a part of the adaptive layout toolset, and it's much improved in iOS 8. Other adaptive layout tools include Size Classes and Adaptive Fonts. I recommend reading this Ray Wenderlich article that has some examples of the new tools: http://www.raywenderlich.com/83276/beginning-adaptive-layout-tutorial

Amelina answered 24/11, 2014 at 4:14 Comment(0)
T
5

Auto Layout: With Auto Layout, you can define constraints to control how your user interface adapts immediately to any size changes

Adaptive Layout: Design once in common storyboard and use for both iPad and iPhone.

Tswana answered 17/8, 2015 at 7:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.