1
0

More than 1 year has passed since last update.

Swift system Imageの一覧

Last updated at Posted at 2021-11-18

Swift ImageのsystemNameの一覧を確認する方法

1. コードで書く例

SwiftUI
import Swift UI
Image(systemName: "xxxx")

Storyboard
import UIkit
UIImage(systemname: "xxx")

例) "xxx" = "magnifyingglass"
スクリーンショット 2021-11-18 14.32.49.png

2. 一覧の取得にはAppleの公式サイトより「sf-symbols」というアプリをインストールする

スクリーンショット 2021-11-18 14.35.17.png

3. 起動時の画面

スクリーンショット 2021-11-18 14.35.50.png

4. 検索してみた

スクリーンショット 2021-11-18 14.35.59.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0