
Structures and Classes — The Swift Programming Language (Swift 5.5) Structures and Classes Structures and classes are general-purpose, flexible constructs that become the building blocks of your program’s code. You define properties and methods to add functionality to your structures and classes using the same syntax you docs.swift.org 1차 수정 (2022 / 02 / 26) : 의역 및 오타, 스타일 수정 Structures and Clas..

Enumerations — The Swift Programming Language (Swift 5.5) Enumerations An enumeration defines a common type for a group of related values and enables you to work with those values in a type-safe way within your code. If you are familiar with C, you will know that C enumerations assign related names to a set of in docs.swift.org 1차 수정 (2022 / 02 / 26) : 의역 및 오타, 스타일 수정 Enumerations (열거형) 열거형은 값들의..

Closures — The Swift Programming Language (Swift 5.5) Closures Closures are self-contained blocks of functionality that can be passed around and used in your code. Closures in Swift are similar to blocks in C and Objective-C and to lambdas in other programming languages. Closures can capture and store referen docs.swift.org 1차 수정 (2022 / 02 / 26) : 의역 및 오타, 스타일 수정 Closures (클로저) 클로저는 코드에서 기능을 가진..

Functions — The Swift Programming Language (Swift 5.5) Functions Functions are self-contained chunks of code that perform a specific task. You give a function a name that identifies what it does, and this name is used to “call” the function to perform its task when needed. Swift’s unified function syntax docs.swift.org 1차 수정 (2022 / 02 26) : 의역 및 오타, 스타일 수정 Functions 함수는 특정 작업을 수행하는 코드 덩어리입니다. 함..

Control Flow — The Swift Programming Language (Swift 5.5) Control Flow Swift provides a variety of control flow statements. These include while loops to perform a task multiple times; if, guard, and switch statements to execute different branches of code based on certain conditions; and statements such as break a docs.swift.org 1차 수정 (2022 / 02 / 26) : 의역, 오타 및 스타일 수정 Control Flow(제어 흐름) 제어 흐름은 ..
- Total
- Today
- Yesterday
- 책
- Swift 디자인 패턴
- Swift 서버
- SwiftUI
- Swift문법
- 프로그래머스
- Swift공식문서
- 앱개발
- 개발
- 애플
- vapor
- Swift
- 책리뷰
- 날씨어플
- 책후기
- 디자인 패턴
- 부스트캠프iOS
- todo앱
- Combine
- Swift DocC
- 필독서
- ios
- 코딩 테스트
- 코딩
- swiftUI 기초
- 부스트캠프7기
- 코딩테스트
- 부스트캠프
- UX
- 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 |