December 2011
Intermediate to advanced
792 pages
20h 20m
English
In the last chapter you learned about using view controllers and communicating between them. In this chapter you will learn how to create your own custom view. The concept of a photo album has already been introduced. Now it’s time to display photos, and a custom view is just what the doctor ordered.
UIKit provides an outstanding set of views that make it easier and faster to create iPad apps. However, there are times when your app’s UI needs more than what is provided by the SDK. This is where custom views come in. Creating a custom view is not difficult. In fact, it’s as easy as creating a new UIView subclass.
Why would you ever need to create a custom view? There are many reasons. The most common reason ...
Read now
Unlock full access