浅谈UIViewController 使用-addChildViewController自定义视图控制器

View Controllers 是APP内在架构的基础,总体来讲一个APP的View Controllers 主要由以下两种设计而成:
There are two types of view controllers:

  • Content view controllers manage a discrete piece of your app’s content and are the main type of view controller that you create.

  • Container view controllers* collect information from other view controllers (known as child view controllers) and present it in a way that facilitates navigation or presents the content of those view controllers differently.

Most apps are a mixture of both types of view controllers.

第一种Content view controllers,上下文控制器,我喜欢叫导航控制器,它维护着一个视图控制器栈,通过push或者pop进行管理。
第二种Container view controllers,容器控制器,如tabbar view controller,本身作为parent view controller,拥有一个childViewControllers属性(NSArray* & read-only)。可以在 View Controller Programming Guide for iOS 了解详情。

Container view controllers功能很强大,我们可以利用它来自定义控制器,制作出如下所示的控制器效果:

这里写图片描述

Demo下载地址 欢迎收藏

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值