Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- HIG
- ribs
- rxswift
- Human interface guide
- Clean Code
- uiscrollview
- combine
- Refactoring
- scrollview
- SWIFT
- Protocol
- 리펙토링
- 클린 코드
- ios
- Observable
- map
- uitableview
- swift documentation
- 리팩토링
- clean architecture
- MVVM
- swiftUI
- tableView
- RxCocoa
- 스위프트
- UITextView
- 애니메이션
- Xcode
- UICollectionView
- collectionview
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Argument Labels vs Parameter 본문
- Argument Labels: 함수를 부를 때 불려지는 이름
- Parameter: 함수 내부에서 불려지는 이름

- argumentLabel vs parameter

* 출처
docs.swift.org/swift-book/LanguageGuide/Functions.html#ID166