メソッドでフレームを変更するUITextViewがありますanimateWithDuration:animations
:
[UIView animateWithDuration:1.5 animations:^{
[_textView setFrame:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height - keyboardSize.height-25)];
}];
アニメーションの際に UITextView の高さを追跡するのに役立つコールバックはありますか?