Container Views

https://developer.apple.com/documentation/uikit/views_and_controls

Container Views

Organize and present large data sets using container views. 

Collection Views

Display nested views using a configurable and highly customizable layout.

Table Views

Display data in a single column of customizable rows.

class UIStackView

A streamlined interface for laying out a collection of views in either a column or a row. 

class UIScrollView

A view that allows the scrolling and zooming of its contained views.

原文地址:https://www.cnblogs.com/feng9exe/p/9436888.html