目录

多视图应用程序

多视图应用程序

UITabBarController标签栏界面

UINavigationController导航栏界面

addSubview添加视图,是将view加到所有层的最顶层

insertSubview在索引位置插入视图

initWithNibName: bundle:加载nib文件

removeFromSuperview从父视图删除

beginAnimation: context:声明动画块

setAnimationDuration:动画持续时间

setAnimationCurve:动画曲线

setAnimationTransition:动画转换类型