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.
Asked
Active
Viewed 360 times
1
-
Ask questions after searching properly. – iPhone Programmatically Oct 12 '12 at 06:24
-
@RandeepSingh I hope you meant the opposite :) – Krishnabhadra Oct 12 '12 at 06:24
-
http://stackoverflow.com/questions/1610542/custom-iphone-keyboard – Krishnabhadra Oct 12 '12 at 06:26
-
u guys can't get my point..I want to use custom keyboard with UIAlertView – Hardik rami Oct 12 '12 at 06:42
-
did you craete a custom alert view with a uitextfield? – Ilker Baltaci Oct 12 '12 at 06:56
1 Answers
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

Community
- 1
- 1

Ilker Baltaci
- 11,644
- 6
- 63
- 79