- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- r
- decode
- 명령어
- 오블완
- ios
- deeplearning
- barplot
- sigmoid
- cocoapods
- tapply
- Linux
- Optional
- swiftUI
- 딥러닝
- HTTP
- MVC
- SQL
- struct
- ReLU
- Observable
- 티스토리챌린지
- rxswift
- SWIFT
- 연산자
- Request
- Python
- rest api
- substr
- scheduledTimer
- 시각화
iOS 개발 기록 블로그
iOS(Swift) SF Symbols 설치 및 이미지 사용 본문
SF Symbols
SF Symbols - Foundations - Human Interface Guidelines - Design - Apple Developer
SF Symbols SF Symbols provides thousands of consistent, highly configurable symbols that integrate seamlessly with the San Francisco system font, automatically aligning with text in all weights and sizes. You can use a symbol to convey an object or concept
developer.apple.com
iOS 하시는 분들은 꼭 알고 가야 하는 HIG(Human Interface Guideline)에서 SF Symbols이다.
Apple의 디자이너 분들이 만들어 놓은 픽토그램 같은 이미지다.
무료이며 설치하면 Xcode 상에서 쉽게 사용할 수 있다.

Install
Apple Developer
There’s never been a better time to develop for Apple platforms.
developer.apple.com
위 링크에서 설치할 수 있으며
현재는 SF Symbols 4 베타버전을 제공하고 있다.
간단히 본인 개발 환경에 설치한다.
특징
- 700개 이상의 새로운 심볼(픽토그램)이 있다.
- 다양한 색상을 제공하며 Progress 사용도 가능하다.
- Automatic Rendering 기능
- Unified layer annotation 기능
사용
사용법이라고 별다른 게 없다.
설치했으면 Xcode 가서 이미지에 원하는 걸 검색 또는 직접 찾아서 사용하면 된다.

참고
안젤라유 강의
iOS & Swift - The Complete iOS App Development Bootcamp
From Beginner to iOS App Developer with Just One Course! Fully Updated with a Comprehensive Module Dedicated to SwiftUI!
www.udemy.com
'iOS' 카테고리의 다른 글
iOS(Swift) 배경 이미지 다크모드에 따라 바뀌게 하기 (0) | 2022.06.10 |
---|---|
iOS(Swift) Dark Mode 적용 및 Custom Set (0) | 2022.06.09 |
iOS(Swift) Optional 완벽 이해 (5단계) (0) | 2022.05.27 |
iOS(Swift) Struct와 Class의 차이 (0) | 2022.05.26 |
iOS(Swift) Class의 모든 것 (SuperClass, SubClass, Inheritance, Override) (0) | 2022.05.25 |