-
Notifications
You must be signed in to change notification settings - Fork 472
Creating Nested Views
Charlie Hieger edited this page Oct 21, 2015
·
7 revisions
It is often convenient to hold views within other views. When a (child) view is inside of another (parent) view, it is considered to be "nested" within that view. Among many other things, this allows us to easily move or animate all the nested views by simply moving or animating the parent view.