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
- Refactoring
- UITextView
- RxCocoa
- tableView
- Xcode
- uiscrollview
- Human interface guide
- 스위프트
- collectionview
- HIG
- Clean Code
- 리펙토링
- SWIFT
- swiftUI
- scrollview
- map
- clean architecture
- 애니메이션
- ios
- uitableview
- UICollectionView
- MVVM
- Protocol
- rxswift
- swift documentation
- 리팩토링
- combine
- 클린 코드
- ribs
- Observable
Archives
- Today
- Total
목록UIProgressView (1)
김종권의 iOS 앱 개발 알아가기
UIProgressView Loading이 얼마나 지속되는지 알 수 있는 경우 UIProgressView를 사용 Loading이 얼마나 지속될지 알 수 없는 경우는 Spinner (UIActivityIndicatorView) 사용 UIProgressView 구현 방법 핵심 progressView.progress = 0.1: progress의 위치 (0 ~ 1) progressView.setProgress(_:animated:): progress의 위치 + 애니메이션 적용 (0 ~ 1) UIProgressView 초기화 lazy var progressView: UIProgressView = { let view = UIProgressView() /// progress 배경 색상 view.trackTintCo..
iOS 응용 (swift)
2021. 10. 25. 23:57