
Deinitialization — The Swift Programming Language (Swift 5.5) Deinitialization A deinitializer is called immediately before a class instance is deallocated. You write deinitializers with the deinit keyword, similar to how initializers are written with the init keyword. Deinitializers are only available on class types docs.swift.org 1차 수정 (2022 / 02 / 27) : 의역, 오타 및 스타일 수정 Deinitialization 디이니셜라이..

Initialization — The Swift Programming Language (Swift 5.5) Initialization Initialization is the process of preparing an instance of a class, structure, or enumeration for use. This process involves setting an initial value for each stored property on that instance and performing any other setup or initialization t docs.swift.org 1차 수정 (2022 / 02 / 27) : 의역, 오타, 스타일 및 사진 수정 Initialization(초기화) 초..

Inheritance — The Swift Programming Language (Swift 5.5) Inheritance A class can inherit methods, properties, and other characteristics from another class. When one class inherits from another, the inheriting class is known as a subclass, and the class it inherits from is known as its superclass. Inheritance is docs.swift.org 1차 수정 (2022 / 02 / 27) : 의역, 오타 및 스타일 수정 Inheritance 클래스는 다른 클래스로부터 메소..

Subscripts — The Swift Programming Language (Swift 5.5) Subscripts Classes, structures, and enumerations can define subscripts, which are shortcuts for accessing the member elements of a collection, list, or sequence. You use subscripts to set and retrieve values by index without needing separate methods for se docs.swift.org 1차 수정 (2022 / 02 / 27) : 의역, 오타 및 스타일 수정 Subscripts 클래스, 구조체, 열거형은 서브스..

Methods — The Swift Programming Language (Swift 5.5) Methods Methods are functions that are associated with a particular type. Classes, structures, and enumerations can all define instance methods, which encapsulate specific tasks and functionality for working with an instance of a given type. Classes, struc docs.swift.org 1차 수정 (2022 / 02 / 27) : 의역, 오타 및 스타일 수정 Methods 메소드는 특정 타입과 연관이 있는 함수입니다..

Properties — The Swift Programming Language (Swift 5.5) Properties Properties associate values with a particular class, structure, or enumeration. Stored properties store constant and variable values as part of an instance, whereas computed properties calculate (rather than store) a value. Computed properties a docs.swift.org 1차 수정 (2022 / 02 / 26) : 의역 및 오타, 스타일 수정 Properties (프로퍼티) 프로퍼티는 값(val..
- Total
- Today
- Yesterday
- Swift 서버
- 코딩테스트
- 디자인 패턴
- 부스트캠프
- Swift문법
- ios
- Swift공식문서
- 코딩
- 개발
- 앱개발
- Swift
- 부스트캠프iOS
- 애플
- 필독서
- 날씨어플
- 책후기
- 책리뷰
- SwiftUI
- Combine
- swiftUI 기초
- Swift DocC
- Swift 디자인 패턴
- 코딩 테스트
- 책
- UX
- 프로그래머스
- 부스트캠프7기
- TODO
- vapor
- todo앱
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |