Looking to add a toolbar over UIKeyboardTypeNumberPad with a 'Done' Button. Has any one seen a good current tutorial? Is this the correct approach? Thanks.
Asked
Active
Viewed 1,224 times
1 Answers
-1
In rough terms, you'll have a UITextField contained in a view controller. When you tap the field, it will become "first responder" and present a keyboard (you configure the type of the keyboard with the UITextField's text input traits). If your view controller is inside a UINavigationController stack, it'll have a top navbar already and you can specify a "Done" button there using a UIBarButtonItem.
Many of the iPhone Developer Center samples will be relevant, but I'd suggest starting with the UICatalog to get a better idea of how this is all handled.
You can also watch the Stanford iPhone Application Development course on iTunesU to get a solid foundation.

Cœur
- 37,241
- 25
- 195
- 267

Kirk van Gorkom
- 360
- 1
- 6