イム:messegeFrameとtableFrameは、このビューの新しいフレームですどのように2つのUIViewを一度にアニメーション化できますか?このコードを使用して
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDelegate:self];
[UIView setAnimationDidStopSelector:@selector(_shrinkDidEnd:finished:contextInfo:)];
tblSimpleTable.frame = tableFrame;
messegeField.frame = messegeFrame;
[UIView commitAnimations];
。 私はこれがテーブルとmessegeフィールドを一緒に動かすことを望んだが、最初はテーブルが動き、messegeフィールドは動いていた。 一緒に移動させる方法はありますか?
通知は:事は、それらの両方はなく、このコードはOKに見える額面同時刻
このコードは問題ありません。 – Eiko
いいえ、彼らは一緒に動かない –