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
- combine
- RxCocoa
- Clean Code
- MVVM
- collectionview
- ios
- clean architecture
- Xcode
- swift documentation
- rxswift
- swiftUI
- Observable
- Human interface guide
- HIG
- uitableview
- UICollectionView
- ribs
- 클린 코드
- 리펙터링
- 리팩토링
- UITextView
- map
- 애니메이션
- 리펙토링
- SWIFT
- Protocol
- Refactoring
- uiscrollview
- tableView
- 스위프트
Archives
- Today
- Total
목록Background 타이머 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 2. Timer 구현하기 - DispatchSourceTimer로 구현 방법 (Background에서도 동작)
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