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
- Observable
- SWIFT
- ribs
- Xcode
- RxCocoa
- ios
- MVVM
- UICollectionView
- collectionview
- swift documentation
- swiftUI
- Human interface guide
- HIG
- Clean Code
- combine
- 리펙터링
- rxswift
- Refactoring
- uiscrollview
- 리펙토링
- 스위프트
- uitableview
- 리팩토링
- clean architecture
- map
- Protocol
- 애니메이션
- UITextView
- 클린 코드
- 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