일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- IOS
- instance
- Swift
- Unicode
- init
- 코딩테스트
- String
- struct
- Class
- interpace
- Method
- initalizer
- enum
- tuist
- Foundation
- url
- UIKit
- Terminal
- property
- initializer
- Git
- Xcode
- 이니셜라이저
- Protocol
- type
- 디자인패턴
- delegate
- 스위프트
- optional
- extension
Archives
- Today
- Total
목록Capturing Values (1)
아리의 iOS 탐구생활

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 클로저(Closure)는 코드의 블록이다. 함수는 ‘이름이 있는 클로저’라고 표현한다. 보통 클로저는 ‘이름이 없는 코드블록’을 ..
Swift/문법
2021. 9. 7. 19:25