通过实现TableView来理解IOS编程
  • Introduction
  • UIKit提供的基础
    • UIKit概述
      • UIApplication
      • Windows&Views(窗口和视图)
        • 1-1-2视图和窗口架构
        • 1-1-3UIWIndow的作用
        • 114UIView的作用
        • 1124视图类
        • 1125视图控制器
      • 113动画
    • 12布局
      • 121坐标系
      • 122平面内布局
      • z-order布局
      • 124如何布局
    • 13交互
      • 131(touches)触摸事件
      • 132(event-chains)事件传递
      • 133手势
    • 14UIScrollview详解
  • impletation(实现TableView)
    • 21解释一下整个UI的架构
    • 22子类化UIScrollView实现对Cell的布局
    • 23Cell的重用
    • 24响应和处理事件
    • 25在DZTableViewCell上扩展功能
      • 251Cell结构设计
      • 252选中态
      • 253手势与功能
      • 254子类化扩展
    • 26接口和数据获取
  • DZTableViewController视图控制器
    • MVC
    • 32三层架构
    • UIViewController的生命周期
    • MainView主视图
    • 35自定义视图控制器
  • Extend DZTableView的可扩展性探讨
Powered by GitBook
On this page

Was this helpful?

  1. DZTableViewController视图控制器

UIViewController的生命周期

Previous32三层架构NextMainView主视图

Last updated 6 years ago

Was this helpful?