facebook twitter hatena line email

Ios/swift/ButtonSystem

提供: 初心者エンジニアの簡易メモ
2016年6月26日 (日) 10:39時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==システムボタン一覧== UIBarButtonSystemItem.Done // Done UIBarButtonSystemItem.Cancel // Cancel UIBarButtonSystemItem.Edit // Edit UIBarButtonSystemItem...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

システムボタン一覧

 UIBarButtonSystemItem.Done // Done
 UIBarButtonSystemItem.Cancel // Cancel
 UIBarButtonSystemItem.Edit // Edit
 UIBarButtonSystemItem.Save // Save
 UIBarButtonSystemItem.Add // 追加
 UIBarButtonSystemItem.Compose // 書き込み
 UIBarButtonSystemItem.Reply // 送信
 UIBarButtonSystemItem.Action // アップロード
 UIBarButtonSystemItem.Organize // フォルダ
 UIBarButtonSystemItem.Bookmarks // 本マーク
 UIBarButtonSystemItem.Search // 虫眼鏡
 UIBarButtonSystemItem.Refresh // 更新
 UIBarButtonSystemItem.Stop // Xマーク
 UIBarButtonSystemItem.Camera // カメラマーク
 UIBarButtonSystemItem.Trash // ゴミ箱
 UIBarButtonSystemItem.Play // 再生
 UIBarButtonSystemItem.Pause // 停止
 UIBarButtonSystemItem.Rewind // 早戻り
 UIBarButtonSystemItem.FastForward // 早送り
 UIBarButtonSystemItem.Undo // Undo
 UIBarButtonSystemItem.Redo // Redo

参考

https://www.lancork.net/2014/12/ios-uibarbuttonsystemitem-icon-images/