🔏
iOS
  • 前言
  • View编程参考
    • View/Window架构
    • Window
    • View
    • Animations
  • ViewController编程参考
    • 定义
    • 呈现视图控制器
  • UIKit
    • 关于应用开发
    • 保护用户隐私
    • 应用和环境
      • 应用声明周期
      • 应用启动
      • UIApplication
      • UIApplicationDelegate
    • Windows and Screens
      • Window
      • Scene
      • Screen
    • 视图和控制
      • UIView
Powered by GitBook
On this page
  • 视图架构基础
  • 查看层次结构和子视图管理
  • 绘制流程
  • 内容模式
  • 可伸缩的视图
  • 内置动画支持
  • 视图几何和坐标系
  • 框架,边界和中心属性的关系
  • 坐标系转换
  • 点与像素
  • 视图的运行时交互模型
  • 有效使用视图的提示
  • 视图并不总是具有对应的视图控制器
  • 最小化自定义绘制
  • 利用内容模式
  • 尽可能将视图声明为不透明
  • 滚动时调整视图的绘图行为
  • 不要通过嵌入子视图来自定义控件

Was this helpful?

  1. View编程参考

View/Window架构

PreviousView编程参考NextWindow

Last updated 4 years ago

Was this helpful?