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 | 31 |
Tags
- Xcode
- SWIFT
- Protocol
- map
- 리팩토링
- Human interface guide
- combine
- 애니메이션
- uitableview
- swift documentation
- HIG
- UICollectionView
- clean architecture
- 스위프트
- 클린 코드
- swiftUI
- ribs
- Observable
- 리펙터링
- Refactoring
- Clean Code
- uiscrollview
- RxCocoa
- MVVM
- tableView
- 리펙토링
- rxswift
- ios
- collectionview
- UITextView
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - HIG] 2. 인터페이스에 필수로 들어가야할 요소 본문
HIG(Human Interface Guidelines)/HIG - UI
[iOS - HIG] 2. 인터페이스에 필수로 들어가야할 요소
jake-kim 2021. 5. 9. 00:19앱에 포함해야 할 요소
- NavigationBar: 앱 내 위치를 알려주고 탐색 기능을 제공하며 작업을 시작하고 정보를 전달하기위한 버튼 포함
- 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/
'HIG(Human Interface Guidelines) > HIG - UI' 카테고리의 다른 글
[iOS - HIG] 4. Onboarding (앱 실행 후 안내 화면, PageControl) (0) | 2021.05.09 |
---|---|
[iOS - HIG] 3. Launching (앱 첫 화면 등장 전 LaunchScreen 화면) (0) | 2021.05.09 |
[iOS - HIG] 1. 다른앱과 차별하고 있는 iOS의 테마 (0) | 2021.05.09 |
[iOS - swift] TableView Cell 삭제, 편집, 이동 (snapshot, UIGrphics) (4) | 2021.05.07 |
[iOS - swift] Modal 스타일 (Transition Style, Presentation) (0) | 2021.05.05 |
Comments