一、课程简介
3.常见APP类型与技术栈
【常见APP类型】
【技术栈】
【辅助软件】
二、基本界面
5、MVC模式
6、视图UIView
【布局图放这里】
7、UIView的生命周期
1 | // 重载生命周期四个主要函数 |
8、UIViewController
9、UITabBarController
10、UINavigationController
UITableViewCell复用逻辑
1 | - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section |
UICollectionViewCell
1 | - (void)viewDidLoad { |
UIScrollView的代理
1 | - (void)scrollViewDidScroll:(UIScrollView *)scrollView |
##