iOS Development Guidelines
Ctrlk
  • Introduction
  • 规范
    • 0. 介绍
    • 1. 序言
    • 2. 代码命名规范
      • 2.1. 代码命名基础
      • 2.2. 方法(Method)命名
      • 2.3. 函数(Function)命名
      • 2.4. 属性(Property)与数据类型命名
      • 2.5. 其它命名规范
      • 2.6. 可接受缩略名
    • 3. 代码格式规范
    • 4. 开发实践
    • 5. Xcode工程结构
    • 6. 版本控制
    • 7. 附录
    • 8. 参考
    • 9. iOS开发优化
  • Swift编码规范
  • Objective-C新特性
  • iOS生命周期
  • Apple 官方设计指南
  • Apple 官方开发指南
  • iOS 杂谈
  • Flutter
Powered by GitBook
On this page

Was this helpful?

  1. 规范

2. 代码命名规范

2.1. 代码命名基础2.2. 方法(Method)命名2.3. 函数(Function)命名2.4. 属性(Property)与数据类型命名2.5. 其它命名规范2.6. 可接受缩略名
Previous1. 序言Next2.1. 代码命名基础

Last updated 4 years ago

Was this helpful?