728x90
struct vs class
struct MyStruct { } | class MyClass: SuperClass { } |
Immutable Passed by Value |
Passed by Reference Inheritance |
: 기본으론 struct로 만드는게 맞다. 상속을 원하면 class 를 사용하고.
* swift 공식문서 참고: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/classesandstructures/
728x90
'📱 App Development Study > iOS🍎' 카테고리의 다른 글
[iOS] SF Symbols ? 다운로드 링크 (0) | 2023.04.06 |
---|---|
[Udemy iOS & Swift Bootcamp] 두번째 페이지 만들어서 값 넘기기 (0) | 2023.04.02 |
[Udemy iOS & Swift Bootcamp] Design Patterns - MVC 패턴 (0) | 2023.04.02 |
[Udemy iOS & Swift Bootcamp] Egg Timer 만들기 (feat. Timer, UIProgressView) (0) | 2023.03.25 |
[Udemy iOS & Swift Bootcamp] Text Size 자동조절, View Controller Scene Hierarchy (0) | 2023.03.24 |