How to show keyboard after used inputView

Viewed 6027

I used inputView to show uipickerview for my textfield, but I use same textfield for other functions. How can I show standard keyboard after I used inputView for that textfield?

textfield.inputView = pickrView;
3 Answers
Related