Ios/swift/ButtonSystem
提供: 初心者エンジニアの簡易メモ
システムボタン一覧
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/