Yuvaraj.M
Yuvaraj.M

Reputation: 9801

Getting Animated for UItextview Keyboard

ISSUE: The UItextview Keyboard Getting Animated.

Am doing one iphone app. In this app am using the UItextview. So now am putting [textview BecomeFirstResponder] for getting Uitextview keyboard active. But that uitextview keyboard getting animated. Now How can i avoid the animating. Please some body help me to solve this issue.Thanks.

Upvotes: 0

Views: 113

Answers (1)

rmaddy
rmaddy

Reputation: 318944

If the keyboard is not currently in view and you then call becomeFirstResponder on a text view (or text field), the keyboard will animate into view. There is no way to make the keyboard appear without any animation.

Upvotes: 1

Related Questions