0
0

More than 5 years have passed since last update.

アニメーションでフレームアウトさせる(StoryBoard)

Posted at

フレームアウト(Viewを徐々に欠けさせていく)するには親Viewの範囲外にある子ビューを表示しないようにする設定が必要です。

簡単な例で説明します。
まずはViewの構造を以下の様にします。

ViewController → ParentView → ChildView

このときParentViewの設定をいじります。
Attribute Inspector→Clip Subviewにチェックしてください。

これでParentViewの範囲外に出たChildViewは表示されなくなります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0