# iPad & iPhone

### 滑动手切换键盘 (iPhone)

在底线以下的空白文本区域左右滑动，可快速切换键盘。

### 通过弹出菜单获取额外按键 (iPhone)

Soulver 数字键盘上的许多按键都有带有附加选项的弹出菜单。

例如，长按 0 键，可访问 k (千)、M (百万) 和 G (十亿) 等标量。

### 快速清除行/清除工作表

长按删除键并向左拖动可清除当前行，或清除当前工作表。

<figure><img src="/files/tM7BJPlkifSorjPNHvdA" alt="清除行/工作表弹出按钮的截图" width="375"><figcaption><p>长按删除键可显示清除弹出菜单</p></figcaption></figure>

### 在货币键盘中固定货币

默认情况下，货币列表会在开头放置您的本国货币代码和当前时区的货币代码。

要将其他货币移动到列表开头，请长按该键并选择“固定”(Pin)。

<div align="left"><figure><img src="/files/0jtOkX190vIIs6JDvx4Y" alt="" width="348"><figcaption><p>将常用货币固定在列表开头</p></figcaption></figure></div>

### 调整答案列的宽度

长按答案列（在最后一行下方，但在浮动总计上方）一秒钟，然后左右拖动即可扩展/收缩答案列。

{% hint style="info" %}
在新空白工作表中尝试此操作——当您长按答案列的空白区域（而不是答案单元格）时，系统会识别此手势。
{% endhint %}

### 通过上下文菜单导出 PDF

在侧边栏中长按工作表，然后选择“分享”(Share) 可以创建并分享该工作表的 PDF。

<div align="left"><figure><img src="/files/xRSleUalSr5EgU8JdbIq" alt="" width="375"><figcaption><p>长按工作表并选择“分享”，可分享为 PDF（或 .slvr 文件）</p></figcaption></figure></div>

### 通过截图快速导出 PDF

截取屏幕截图，然后选择“全页”(Full Page)，即可快速生成打开工作表的 PDF。

### 快速计算小计

轻触底线下的单元格即可快速计算小计。

<figure><img src="/files/H8MMIjsPFp6WA9eLuRax" alt="" width="375"><figcaption><p>在最终行的下方始终有一个空白单元格，可用于快速插入小计</p></figcaption></figure>

### 快速复制答案

将光标移动到您希望复制答案的行，然后轻触答案即可。

### 快速插入变量

轻触变量声明行的答案，即可快速插入变量名称。

### 变量值预览

在文本区域选择一个变量，可以在弹出菜单中查看该行上的值。

<figure><img src="/files/MXtHs8fHf8EBVkD8k2Wn" alt="" width="375"><figcaption><p>通过选择变量来预览其值</p></figcaption></figure>

### 带标题的新工作表

长按 + 按钮可创建一个带有 # 标题的新工作表。此时键盘会自动切换到 ABC 键盘，您可以为新工作表输入标题。

<figure><img src="/files/oYpTotSlJTLj8rrCMoBP" alt="" width="375"><figcaption><p>使用 + 按钮上的弹出菜单创建带标题的新工作表，或复制现有工作表</p></figcaption></figure>

### 选择上一个/下一个工作表 (iPhone)

长按返回按钮可显示一个弹出菜单，其中包含选择上一个工作表的选项。

<figure><img src="/files/YHSrVioPw8JOKlDQJYs5" alt="" width="375"><figcaption><p>通过返回按钮的弹出菜单快速选择上一个/下一个工作表</p></figcaption></figure>


---

# 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://documentation.soulver.app/zh/documentation/tips-and-tricks/tips-and-tricks-ios.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.
