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 |
Tags
- ribs
- UICollectionView
- 리팩토링
- Xcode
- tableView
- MVVM
- Clean Code
- rxswift
- uitableview
- UITextView
- clean architecture
- HIG
- Refactoring
- Observable
- swift documentation
- swiftUI
- Protocol
- combine
- RxCocoa
- 클린 코드
- ios
- 리펙터링
- 애니메이션
- map
- collectionview
- 리펙토링
- 스위프트
- Human interface guide
- uiscrollview
- SWIFT
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
'iOS 기본 (swift)' 카테고리의 다른 글
Comments