Xcode WTF
UITextField had a quite useful and handy keyboard type added in iOS 4.1 (quite a number of revisions ago): UIKeyboardTypeDecimalPad, which has numbers and a decimal point. Unfortunately, this setting hasn’t migrated to Xcode, so you have to set it in code.

UITextField had a quite useful and handy keyboard type added in iOS 4.1 (quite a number of revisions ago): UIKeyboardTypeDecimalPad, which has numbers and a decimal point. Unfortunately, this setting hasn’t migrated to Xcode, so you have to set it in code.

  1. xcodewtf posted this