備忘録

開発の日々の備忘録

UIBarButtonSystemItemまとめ


objcでいうところのUIBarButtonSystemItemの画像付きまとめです。 あのボタン何だっけとかあるあるなんで。

UIBarButtonSystemItem


Objective-C Swift
UIBarButtonSystemItemDone .Done f:id:eeggs:20160804031215p:plain:h15
UIBarButtonSystemItemCancel .Cancel f:id:eeggs:20160804031611p:plain:h15
UIBarButtonSystemItemEdit .Edit f:id:eeggs:20160804031607p:plain:h15
UIBarButtonSystemItemSave .Save f:id:eeggs:20160804031601p:plain:h15
UIBarButtonSystemItemAdd .Add f:id:eeggs:20160804030533p:plain:h15
UIBarButtonSystemItemCompose .Compose f:id:eeggs:20160804130708p:plain:h15
UIBarButtonSystemItemReply .Reply f:id:eeggs:20160804130723p:plain:h15
UIBarButtonSystemItemAction .Action f:id:eeggs:20160804130747p:plain:h15
UIBarButtonSystemItemOrganize .Organize f:id:eeggs:20160804130840p:plain:h15
UIBarButtonSystemItemBookmarks .Bookmarks f:id:eeggs:20160804130855p:plain:h15
UIBarButtonSystemItemSearch .Search f:id:eeggs:20160804130903p:plain:h15
UIBarButtonSystemItemRefresh .Refresh f:id:eeggs:20160804130910p:plain:h15
UIBarButtonSystemItemStop .Stop f:id:eeggs:20160804130923p:plain:h15
UIBarButtonSystemItemCamera .Camera f:id:eeggs:20160804130930p:plain:h15
UIBarButtonSystemItemTrash .Trash f:id:eeggs:20160804130939p:plain:h15
UIBarButtonSystemItemPlay .Play f:id:eeggs:20160804130945p:plain:h15
UIBarButtonSystemItemPause .Pause f:id:eeggs:20160804130952p:plain:h15
UIBarButtonSystemItemRewind .Rewind f:id:eeggs:20160804131001p:plain:h15
UIBarButtonSystemItemFastForward .FastForward f:id:eeggs:20160804131150p:plain:h15
UIBarButtonSystemItemUndo .Undo f:id:eeggs:20160804131157p:plain:h15
UIBarButtonSystemItemRedo .Redo f:id:eeggs:20160804131204p:plain:h15

備考


.Editなど英字のボタンは端末の言語設定に合わせてローカライズされる。(日本語環境だとEdit→編集)