Slide 34
Slide 34 text
UIScrollView and Auto Layout
• Apple TechNote 2154
• Two Approaches
• HYBRID Make a subview with springs + struts, set contentSize to
the size of that subview, and use auto layout only within the subview.
• PURE Use Layout Constraints for everything!