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