2015-06-16 AutoLayout in WWDC 2015

Last edit

Summary: Be sure to check out these videos on AutoLayout: Mysteries of Auto Layout, Part 1 . . .

Changed:

< [https://developer.apple.com/videos/wwdc/2015/?id=218 Mysteries of Auto Layout, Part 1]
< https://developer.apple.com/videos/wwdc/2015/?id=219 Mysteries of Auto Layout, Part 2]

to

> * [https://developer.apple.com/videos/wwdc/2015/?id=218 Mysteries of Auto Layout, Part 1]
> * [https://developer.apple.com/videos/wwdc/2015/?id=219 Mysteries of Auto Layout, Part 2]

Changed:

< * Use method in the debugger : po [self.view _autolayoutTrace] (can show ambiguous layouts); then on the LLDB prompt: po [object exerciseAmbiguityLayout]

to

> * There's a trace method in the debugger: po [self.view _autolayoutTrace] (can show ambiguous layouts); then on the LLDB prompt: po [object exerciseAmbiguityLayout]


Be sure to check out these videos on AutoLayout:

There's some stuff in there that you may already know, but they also explain new stuff. My highlights:

And in part 2: