¡@

Home 

2014/10/15 ¤U¤È 10:03:35

iphone Programming Glossary: amountkeyboardviewcontroller

Return Inputs to UITextfield with custom inputView

http://stackoverflow.com/questions/3224757/return-inputs-to-uitextfield-with-custom-inputview

i created a UITextField and a custom View. after that i added this custom view as inputView to my UITextField. amountKeyboardViewController amountKeyboard amountKeyboardViewController alloc initWithNibName @ amountKeyboardViewController bundle nil amountTextField.inputView.. View. after that i added this custom view as inputView to my UITextField. amountKeyboardViewController amountKeyboard amountKeyboardViewController alloc initWithNibName @ amountKeyboardViewController bundle nil amountTextField.inputView amountKeyboard.view amountTextField.. to my UITextField. amountKeyboardViewController amountKeyboard amountKeyboardViewController alloc initWithNibName @ amountKeyboardViewController bundle nil amountTextField.inputView amountKeyboard.view amountTextField becomeFirstResponder this works quite fine. but..