Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Human interface guide
- 스위프트
- swift documentation
- Clean Code
- Observable
- MVVM
- UITextView
- 리팩토링
- uiscrollview
- RxCocoa
- Refactoring
- UICollectionView
- SWIFT
- 리펙토링
- map
- 애니메이션
- ios
- clean architecture
- combine
- uitableview
- 클린 코드
- HIG
- 리펙터링
- swiftUI
- Protocol
- ribs
- tableView
- collectionview
- Xcode
- rxswift
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - HIG] 29. System Icons (시스템 아이콘) 본문
HIG(Human Interface Guidelines)/HIG - UI
[iOS - HIG] 29. System Icons (시스템 아이콘)
jake-kim 2021. 5. 30. 15:50시스템 아이콘
- iOS 13+ : SF 기호 사용
- iOS 12이하: UIBarButtonSystemItem, UITabBarSystemItem, UIApplicationShortcutIconType
- 아이콘에 대한 대체 텍스트 레이블을 제공하는것을 지향: 시각장애인을 위한 VoiceOver 용도
- 시스템 아이콘에서 필요로하는 것을 찾지 못한경우, 사용자 지정 아이콘(Glyphs)을 디자인하여 사용
UIBarButtonSystemIcon
Tab Bar Icons
Home Screen Quick Action Icons
* 참고
https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/system-icons/
'HIG(Human Interface Guidelines) > HIG - UI' 카테고리의 다른 글
[iOS - HIG] 31. Search Bars (검색창) (2) | 2021.06.01 |
---|---|
[iOS - HIG] 30. Navigation Bars (네비게이션 바) (0) | 2021.05.31 |
[iOS - HIG] 28. App Icon (앱 아이콘) (0) | 2021.05.29 |
[iOS - HIG] 27. Image Size and Resolution(이미지 사이즈와 해상도) (0) | 2021.05.28 |
[iOS - HIG] 26. Video (비디오) (0) | 2021.05.27 |
Comments