One Quickie


Adding a decimal point to the numeric keyboard (UITextField->General)
Apple added a decimal pad keyboard type. As of Xcode 4.1, not exported in the UI, so you have to set it in code:
textField.keyboardType = UIKeyboardTypeDecimalPad;



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com