# CMoney iOS Book

## 前言

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

## 章節

{% content-ref url="/pages/-M9lZG4so-g05BEucQg5" %}
[Coding 101](/cmiosbook/coding-101/value-reference-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9HR2me6LNwmu5Rv7CV" %}
[工具主題](/cmiosbook/ji-ben-gong-ju/ji-ben-gong-ju-pian.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9lKGrYgNp3pyNE6VPd" %}
[架構主題](/cmiosbook/jia-gou-zhu-ti/untitled.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9lKLMJie9vCIlb5tpu" %}
[CodingStyle主題](/cmiosbook/codingstyle-zhu-ti/untitled.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCzCg-utBC1mnv2sm\_9" %}
[UI主題](/cmiosbook/ui-zhu-ti/uiscrollviewdelegate-and-uitableviewdelegate.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8xplNCpAvJ3VkAE1u9" %}
[Charts主題](/cmiosbook/charts/jian-jie.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MAA0ebPifI4qIbfkuKh" %}
[Test主題](/cmiosbook/test-zhu-ti/chan-yuan-ce-shi-de-ji-ben-gai-nian.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9kyNJtGmQtyBgej0ZY" %}
[學習資源](/cmiosbook/xue-xi-zi-yuan/xiang-guan-wang-zhan.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cmmobile.gitbook.io/cmiosbook/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
