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