Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは、ユーザーがサインアップするために押すボタンを含むフィールドの上にあるiPhoneアプリ内に埋め込みたいものです。前もって感謝します!!このテキストの残りの部分は、品質基準を高めるのに役立ちます
UIView アニメーションを使用して、この種のアニメーションを実行できます。
[UIView animateWithDuration:0.5 animations:^{ button.frame = CGRectMake(20, 10, 50, 10); // the final button frame }];