TeamCoook / iOSInterviewQuestions

✅ iOS 개발자 기술 면접 대비
18 stars 0 forks source link

[레벨 1] `10주차` 6. Swift에서 클로저(Closure)란 무엇이며, 어떻게 사용하나요? #20

Open longlivedrgn opened 3 months ago

longlivedrgn commented 3 months ago
ohdair commented 3 months ago

블로그 기재

longlivedrgn commented 3 months ago

Swift에서 클로저(Closure)란 무엇이며, 어떻게 사용하나요?

클로저의 캡처 리스트(Capture List)는 어떤 역할을 하나요?

@escaping 클로저와 non-escaping 클로저의 차이점은 무엇인가요?

트레일링 클로저(Trailing Closure) 문법은 언제 사용하면 좋나요?