반응형
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
- UIScrollView
- 다크모드
- remote config
- 라이트모드
- SwiftUI
- 웹뷰
- swipe
- dictionary
- UIButton
- Realtime Database
- LazyHStack
- WebView
- autolayout
- string
- NavigationLink
- 문자열
- gcd
- UITabBarController
- Alamofire
- Swift
- github
- RxSwift
- Java
- ios
- subscript
- Android
- Apple
- Observable
- Firebase
- SwiftLint
Archives
- Today
- Total
목록DispatchSoruceTimer (1)
점진적 과부하 개발 블로그
Swift DispatchSourceTimer
Swift DispatchSourceTimer에 대해 알아보겠습니다. GCD(Grand Central Dispatch) 작업을 병렬적으로 처리하기 위해 애플에서 제공하는 API 스레드를 만들거나 관리하기 어려운 일들을 맡아준다. DispatchSourceTimer https://developer.apple.com/documentation/dispatch/dispatchsourcetimer Apple Developer Documentation developer.apple.com var timer: DispatchSourceTimer? func startTimer() { if self.timer == nil { self.timer = DispatchSource.makeTimerSource(flags: []..
Swift
2022. 2. 15. 22:41