Notice
Recent Posts
Recent Comments
Link
관리 메뉴

김종권의 iOS 앱 개발 알아가기

[iOS - HIG] 2. 인터페이스에 필수로 들어가야할 요소 본문

HIG(Human Interface Guidelines)/HIG - UI

[iOS - HIG] 2. 인터페이스에 필수로 들어가야할 요소

jake-kim 2021. 5. 9. 00:19

앱에 포함해야 할 요소

  • NavigationBar: 앱 내 위치를 알려주고 탐색 기능을 제공하며 작업을 시작하고 정보를 전달하기위한 버튼 포함

정보를 전달하기 위한 다양한 버튼 구성
Segmented Control

  • Views: 정보를 전달하기위한 요소
    • Views들은 사용자가 스크롤, 삽입, 삭제, 정렬 행위를 하는데 도움을 주는 것들
    • Views 예시: text, graphics, animation, interactive element
  • Controls: 작업을 시작하고 정보를 Views에 전달
    • Controls 예시: button, switch, textField, progress indicator

* 참고

developer.apple.com/design/human-interface-guidelines/ios/overview/interface-essentials/

Comments