📂
CMiOSBook
  • CMoney iOS Book
  • Coding 101
    • Value / Reference Type
    • ARC + Retain Cycle
    • 物件之間的溝通方式
  • 工具主題
    • 基本工具篇
    • Git 篇
  • 架構主題
    • MVC
  • CodingStyle主題
    • CodingStyle 規則
      • 專案(Project)
      • 命名(Naming)
      • 程式格式(Format)
      • 註解(Comment)
      • 類別與結構(Classes and Structures)
      • 修飾詞(Modifier)
      • 閉包表達式(Closures)
    • 靜態檢查器
    • 專案基本規定
  • UI主題
    • UIScrollViewDelegate & UITableViewDelegate
  • Charts主題
    • 簡介
    • Lesson1 Chart Setup
    • Lesson2 Chart Data
    • Lesson3 CombinedChartView
    • Lesson4 Renderer
  • Test主題
    • 單元測試的基本概念
    • XCTest-UnitTest
    • XCTest-UITest
  • 學習資源
    • 相關網站
    • 相關會議與社群
    • 計算機考題
Powered by GitBook
On this page
  • 前言
  • 章節

Was this helpful?

CMoney iOS Book

此書為 CMoney 公司 iOS Team 共用並公開的知識庫

NextValue / Reference Type

Last updated 4 years ago

Was this helpful?

前言

這本書起初是當作 CMoney 公司 iOS Team 傳承知識的文件與新人訓練的教材,所以裡面記錄了新人需要學會的東西,同時也會加入一些較為進階的知識。當然在這個隨時有許多變化的軟體世界,希望這本書依然能夠跟隨著每年的蘋果大會、iOS 社群、時事技術所成長。

章節

Coding 101
工具主題
架構主題
CodingStyle主題
UI主題
Charts主題
Test主題
學習資源