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
- ribs
- UICollectionView
- combine
- 애니메이션
- collectionview
- 리펙토링
- 리팩토링
- uitableview
- rxswift
- SWIFT
- Human interface guide
- 리펙터링
- Observable
- clean architecture
- tableView
- uiscrollview
- Refactoring
- Xcode
- 클린 코드
- swiftUI
- Clean Code
- Protocol
- 스위프트
- UITextView
- map
- MVVM
- swift documentation
- ios
- RxCocoa
- HIG
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - HIG] 5. Loading (로딩) 본문
로딩 중
- 로딩이 발생할 때 명확하게 표출: 가장 좋은 방법은 진행 사항을 표출하는 것이며, 최소한 ActivitySpinner 표출
- 로딩시간에 유저들에게 플레이나 앱에 대한 교육 소스를 표출
- 로딩은 각 상황에 맞게 사용할것
로딩의 종류
- Activity Indicators
- Progoress Bars
- Network Activity Indicator
* 참고
developer.apple.com/design/human-interface-guidelines/ios/app-architecture/loading/
'HIG(Human Interface Guidelines) > HIG - UI' 카테고리의 다른 글
[iOS - HIG] 7. 화면전환 (앱의 구조, iOS의 세 가지 navigation style) (0) | 2021.05.09 |
---|---|
[iOS - HIG] 6. Modality (modal, 임시 화면) (0) | 2021.05.09 |
[iOS - HIG] 4. Onboarding (앱 실행 후 안내 화면, PageControl) (0) | 2021.05.09 |
[iOS - HIG] 3. Launching (앱 첫 화면 등장 전 LaunchScreen 화면) (0) | 2021.05.09 |
[iOS - HIG] 2. 인터페이스에 필수로 들어가야할 요소 (0) | 2021.05.09 |
Comments