Collection Containers

Group views into collection containers, like lists, tables, and forms.

Overview 概要

Use collection views to assemble other views into dynamic groupings with complex, built-in behaviors. For example, you can create a List view to enable scrolling through a large set of data. The list automatically provides certain basic behaviors, but you can add others with minimal additional configuration, like swipe and pull-to-refresh.

If you need only simple grid or stack arrangements for your views, see Layout Containers instead.

Topics 話題

Lists

Tables

Forms

Groups

Scroll Views

See Also 参照

View Containers