UI进阶--APP主流UI框架结构

APP主流UI框架结构:

通过UITabBarController和UINavigationController来搭建仿QQ框架结构:

1、搭建如上图界面:一个UITabBarController,4个UINavigationController以及4个UITableViewController;

2、搭建过程中,在UITableViewCell中,可能会出现布局显示问题,需要使用到Auto LayOut来布局;

3、UITableViewCell的行高是可以拉伸的;

原文地址:https://www.cnblogs.com/xiaomoge/p/4201440.html