Changes

Jump to: navigation, search
Adding Buttons to the Toolbar
The above code creates two UIBarButtonItem objects with title properties set to “Camera” and “Camera Roll” and configures them to call the useCamera: and useCameraRoll: action methods respectively when tapped by the user. An array is then created containing the two button items which is, in turn, used to add the buttons to the toolbar. The button items are then released from memory.
<google>BUY_IPAD_BOTTOM</google>
== Implementing the Camera Action Method ==

Navigation menu