Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Whether your second interface is for iPhone or iPad, the implementation task is different from the first task. Hour 15 explained how to add interface elements from the library and how to control-drag to create their properties. That works for the first interface. For the second interface, you can omit the second step because you already have the properties in your header files (and the synthesize directives in your implementation files). For the second interface, you create the interface elements and just connect them to the existing properties.
Try It Yourself: Adding a Field to the Second InterfaceImplementing your second interface is simpler than the first one. It is just a matter of adding interface objects and connecting them.
|