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 |
Tags
- Swift Package Manager
- 라이브러리
- 코코아팟 만들기
- 리액터킷
- hugging
- CornerRadius
- autoLayout
- onAppear
- Cocoapods
- 코코아팟
- 비동기
- Custom View
- Two Sum
- Delegate Pattern
- ios
- email regex
- Remote Url
- 뷰 커스텀
- 델레게이트
- ReactorKit
- view modifier
- Swift
- imageView shadow
- 커스텀 뷰
- DispatchQueue
- compression resistance
- LeetCode 1
- viewAppear
- priority
- UINavigationController
Archives
- Today
- Total
목록DispatchQueue (1)
Tong's Blog
[iOS] GCD(Grand Central Dispatch)란?
안녕하세요. 오늘은 iOS에서 중요한 개념 중 하나인 GCD에 대해 알아보겠습니다. GCD에 대해서 알려면 우선 Disapatch Queue에 대해 알아야하는데요. 우선은 역시 공식문서를 살펴보겠습니다. https://developer.apple.com/documentation/dispatch/dispatchqueue DispatchQueue - Dispatch | Apple Developer Documentation Dispatch queues are FIFO queues to which your application can submit tasks in the form of block objects. Dispatch queues execute tasks either serially or concurre..
iOS/Swift
2020. 5. 6. 13:18