UITextField

UIAlertViewにUITextFieldを追加する方法

http://stackoverflow.com/questions/409599/how-to-move-the-buttons-in-a-uialertview-to-make-room-for-an-inserted-uitextfield http://www.iphonedevsdk.com/forum/iphone-sdk-development/1704-uitextfield-inside-uialertview.htmliPhoneにアプリをイ…

UITextFieldで指定したテンキー(UIKeyboardTypeNumberPad)に「DONE」ボタンを付ける方法

http://www.neoos.ch/news/46-development/54-uikeyboardtypenumberpad-and-the-missing-return-keyUITextFieldにはkeyboardTypeというプロパティがあり、下記のような記述でテンキーを指定できます。 textField.keyboardType = UIKeyboardTypeNumberPad; だ…

アクティブな(フォーカスのある)UITextFieldを取得する方法

http://d.hatena.ne.jp/shunsuk/20091127/1259325178なるほど、これを読んで目からウロコでした。 iPhoneのテンキー(UIKeyboardTypeNumberPad)って「DONE」ボタンがないでしょ? http://d.hatena.ne.jp/manmarina/20100621/1277101067 これに「DONE」ボタ…