Issue with UITextView in an animation block
Posted
by collin
on Stack Overflow
See other posts from Stack Overflow
or by collin
Published on 2010-04-10T16:36:56Z
Indexed on
2010/04/10
16:43 UTC
Read the original article
Hit count: 307
I'm having an issue with a UITextView inside another UIView whose frame is manipulated in an animation block when the keyboard displays.
During the animation block the UIView scales beautifully and as expected, but the UITextView jumps out of it's superview(the UIView being animated) at the start of the animation. By the end of the animation, the UITextView ends up in the right place... what gives?
Can anybody explain why the UITextView is jumping out of it's container view at the start of the animation?
Thanks in advance.
© Stack Overflow or respective owner