0

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.

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
Yuvaraj.M
  • 9,741
  • 16
  • 71
  • 100

1 Answers1

1

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579