iOS开发自带的Bar Button Icons有哪些?
可以参见下表。
Button |
Name |
Meaning |
---|---|---|
|
Action |
Open a modal view that lists system-provided and app-provided actions that can work with the current content. |
|
Camera |
Open an action sheet that displays a photo picker in camera mode. |
|
Compose |
Open a new message view in edit mode. |
|
Bookmarks |
Show app-specific bookmarks. |
|
Search |
Display a search field. |
|
Add |
Create a new item. |
|
Trash |
Delete current item. |
|
Organize |
Move or route an item to a destination within the app, such as a folder. |
|
Reply |
Send or route an item to another location. |
|
Refresh |
Refresh contents (use only when necessary; otherwise, refresh automatically). |
|
Play |
Begin media playback or slides. |
|
Fast Forward |
Fast forward through media playback or slides. |
|
Pause |
Pause media playback or slides (note that this implies context preservation). |
|
Rewind |
Move backwards through media playback or slides. |