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