반응형
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
- IBOutlet
- entrypoint
- RunLoop
- OperationQueue
- UIButton
- TableView
- 연산 프로퍼티
- viewcontroller
- ios
- userdefaults
- Remot Push
- 동시성프로그래밍
- uikit
- WWDC16
- 후행 클로저
- property wrapper
- DispatchQueue
- weak
- CoreLocation
- firebase
- for-in
- 원격 푸시
- Understanding Swift Performance
- IBOutletCollection
- SWiFT
- Choosing Between Structures and Classes
- tableViewCell
- AppTransportSecurity
- 트레일링 클로저
- 진입점
Archives
- Today
- Total
목록class (1)
iOS 공부하는 감자
Swift) Choosing Between Structures and Classes
객체 vs 인스턴스 다른 프로그래밍 언어들은 Swift와 다르게 구조체의 기능이 제한적이다. (메서드를 사용하지 못함) 그래서 클래스의 인스턴스를 많이 사용하고, 클래스의 인스턴스를 전통적으로 객체라고 부른다. 하지만 Swift에서 구조체는 Class와 기능이 흡사하기 때문에 객체보단 Class와 Struct를 모두 표현할 수 있는 인스턴스라는 표현을 사용한다. Structures and Classes An instance of a class is traditionally known as an object. However, Swift structures and classes are much closer in functionality than in other languages, and much of thi..
Swift
2023. 1. 30. 23:03