1

I have a UITextView added on my UIView programmatically. The textview added is not editable except one default Textview for entering the name, it is just to display some data.I m using My Custom Keyboard.After Some action I Have to Add player name.So I Using the UIAlertview With UITextField But when I press on TextField It displays Default KeyBoard, instead Of default keyboard, I want to use My custom KeyBoard to enter the player name.I Already stop the become firstResponder For textfield of AlertView.I have no clue how to do this. Please give me some ideas.

Hardik rami
  • 359
  • 4
  • 15

1 Answers1

0

You need to assign a custom keyboard (UIView) to inputView property of your textfield.

You can check the following thread

How to set Custom keyboard specific to only a UItextfield

or the following page

http://oneweekapp.com/a-custom-keyboard-the-easy-way/

Community
  • 1
  • 1
Ilker Baltaci
  • 11,644
  • 6
  • 63
  • 79