編集

次の方法で共有


UIBarButtonSystemItem Enum

Definition

An enumeration of the predefined UIBarButtonItems.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarButtonSystemItem
type UIBarButtonSystemItem = 
Inheritance
UIBarButtonSystemItem
Attributes

Fields

Name Value Description
Done 0

Done text, localized.

Cancel 1

Cancel text, localized.

Edit 2

Edit text, localized.

Save 3

Save text, localized.

Add 4

Add image.

FlexibleSpace 5

Flexible space inserted among all elements.

FixedSpace 6

Fixed space used to insert padding between items.

Compose 7

Compose image.

Reply 8

Reply image

Action 9

Action image.

Organize 10

Organize image.

Bookmarks 11

Bookmark image.

12

Search image.

Refresh 13

Refresh image.

Stop 14

Stop image.

Camera 15

Camera image.

Trash 16

Trash image.

Play 17

Play image.

Pause 18

Pause image.

Rewind 19

Remind image.

FastForward 20

Fast forward image.

Undo 21

Undo image.

Redo 22

Redo image.

PageCurl 23

Developers should not use this deprecated field.

Applies to