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 |
Tags
- ribs
- UICollectionView
- 클린 코드
- swiftUI
- UITextView
- clean architecture
- Xcode
- Human interface guide
- MVVM
- combine
- Observable
- ios
- 스위프트
- scrollview
- map
- SWIFT
- RxCocoa
- 리펙토링
- HIG
- Clean Code
- uitableview
- tableView
- 애니메이션
- swift documentation
- collectionview
- Protocol
- uiscrollview
- rxswift
- 리팩토링
- Refactoring
Archives
- Today
- Total
목록DispatchSource (1)
김종권의 iOS 앱 개발 알아가기
1. Timer 구현하기 - UIDatePicker 개념, Timer로 구현 방법 2. Timer 구현하기 - DispatchSourceTimer로 구현 방법 (Background에서도 동작) 3. Timer 구현하기 - CircularProgressBar UI 구현(CAShapeLayer 사용), DispatchSourceTimer와 Timer로 구현 방법 UIDatePicker UI UIDatePicker UI 개념: https://ios-development.tistory.com/773 UI 코드 import UIKit class ViewController: UIViewController { lazy var countDownDatePicker: UIDatePicker = { let picker = ..
iOS 응용 (swift)
2021. 11. 24. 03:14