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
- Swift
- 델레게이트
- view modifier
- Two Sum
- Swift Package Manager
- compression resistance
- 코코아팟 만들기
- autoLayout
- 라이브러리
- Custom View
- CornerRadius
- email regex
- ios
- Remote Url
- 비동기
- ReactorKit
- Delegate Pattern
- 코코아팟
- UINavigationController
- 뷰 커스텀
- viewAppear
- 리액터킷
- hugging
- Cocoapods
- DispatchQueue
- LeetCode 1
- onAppear
- imageView shadow
- 커스텀 뷰
- priority
Archives
- Today
- Total
목록ARC (1)
Tong's Blog
[iOS] ARC(Automatic Reference Counting)이란?
오늘은 Swift의 메모리 관리를 위해 사용하는 ARC에 대해 알아보겠습니다. 우선 Swift의 공식문서를 살펴보죠 https://docs.swift.org/swift-book/LanguageGuide/AutomaticReferenceCounting.html Automatic Reference Counting — The Swift Programming Language (Swift 5.2) Automatic Reference Counting Swift uses Automatic Reference Counting (ARC) to track and manage your app’s memory usage. In most cases, this means that memory management “just work..
iOS/Swift
2020. 4. 27. 23:37