Search code examples
iphoneobjective-ciphone-softkeyboard

Textfield in the keyboard


How do you make a keyboard have a textfield inside like the messages app ?


Solution

  • never tried but you can try this -

    You can programmatically

    1. set a tool bar.
    2. set a textfield.
    3. set the tool bar as the inputAccessoryView of the textfield.
    4. make the textfield the first responder.