Container View(sb-容器视图)
什么是容器视图?
- Container View defines a region within a view controller‘s view subgraph that can include a child view controller.
Create an embed segue from the container view to the child view controller in the storyboard. - 译文:容器视图定义在视图控制器的视图的子视图控制器
在SB中,用一根线(segue)连接容器试图与子控制器
在SB中的位置
使用举例
视图结构分析
Container View 内嵌UICollectionViewController
Container View 内嵌UIViewController
示例效果图
- 示例中,用collectionViewController当做tableView的headerView,collectionViewController是container view的内嵌控制器,实现效果如下图: