Notice
Recent Posts
Recent Comments
Link
관리 메뉴

김종권의 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/

Comments