-
[SwiftUI] Image 의 systemName 이란Programming/iOS 2020. 6. 24. 11:03
Image(systemName: "wifi")
이미지를 불러올때, 위과 같이 와이파이 아이콘을 불러올 수 있다.
Asstes 에는 wifi 이미지가 들어있지 않은데, 어디서 이미지를 가져오는 것일까?
이것은 바로 Apple 에서 제공해주는 SF Symbol 라이브러리에서 가져오는 것이다.
애플 플랫폼용 앱을 개발할때 사용할 수 있는 2400여가지 벡터 이미지 모음이며, 애플의 샌프란시스코 시스템 폰트를 보완하기 위해 디자인되어 졌다.
Apple HIG SF Symbol
https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/
SF Symbols - SF Symbols - Human Interface Guidelines - Apple Developer
SF Symbols SF Symbols provides a set of over 2,400 consistent, highly configurable symbols you can use in your app. Apple designed SF Symbols to integrate seamlessly with the San Francisco system font, so the symbols automatically ensure optical vertical a
developer.apple.com
SF Symbols 를 검색할 수 있는 앱
'Programming > iOS' 카테고리의 다른 글
Apple 개발자 등록 완료! (0) 2020.06.25 앱스토어 출시를 위한 Apple 개발자 등록하기 (0) 2020.06.24 [SwiftUI] 상태 프로퍼티 (0) 2020.06.23 [SwiftUI] 공부시작 (0) 2020.06.19 TodayExtension widget 에서 스토리보드 삭제 (0) 2020.03.29