December 2011
Intermediate to advanced
792 pages
20h 20m
English
In this chapter, you will add a full-screen photo browser to PhotoWheel. You will also learn more ways to use the UIScrollView class.
The UIScrollView class provides a way to present a view that is larger than the visible area on the screen. Swiping touch gestures are used to scroll the content area horizontally and vertically, and the pinch gesture is used to zoom in and out. As you build the photo browser, you will learn how to use the scroll view to scroll content and zoom in and out of the view.
It’s time to get started.
You use the scroll view for two different purposes as you build the photo browser. First, you use the class to build a full-screen photo browser. This browser enables users ...
Read now
Unlock full access