OK, what does “scroll” mean? • A container view that lets its subviews move around • Maps • Home screen • Table view • Most things that move in iOS Tuesday, 8 May, 12
Scrolling • With Fingers! • Receive delegate callbacks (next slide) • Programmatically • to top • to new contentOffset • to new rectangle Tuesday, 8 May, 12
Subclassing vs Delegation • Subclassing can break MVC • Better for repeated behaviours • Delegation can get verbose • You’re writing Objective-C, live with it Tuesday, 8 May, 12