Monday, November 02, 2009

iPhone dev Stupidity 93: Nested UIScrollView

UIScrollView can be nested to form kind of 2D scroller - you can scroll the row by row and each row itself holds a horizontal scroll view.

In the scroll delegate you need to respond differently for the inner and outer scroller.

No comments: