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 | 31 |
Tags
- Human interface guide
- Xcode
- swiftUI
- UITextView
- 리팩토링
- rxswift
- 클린 코드
- collectionview
- ios
- 스위프트
- Clean Code
- uiscrollview
- 리펙터링
- SWIFT
- Observable
- UICollectionView
- combine
- 애니메이션
- Protocol
- RxCocoa
- tableView
- 리펙토링
- uitableview
- ribs
- Refactoring
- clean architecture
- HIG
- map
- swift documentation
- MVVM
Archives
- Today
- Total
목록print(_:separator:terminator) (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift 공식 문서] 6. Functions (함수)
print(_:separator:terminator) separator: 각 item 사이의 공간 space (디폴트 " ") terminator: print안의 아이템들을 모두 출력 후 마지막 문자 (디폴트 '\n') parameter에 함수 유형 고차 함수(higher order function) 성격: 함수를 매개변수, 변수로 받을 수 있고 리턴 할 수 있는 성질 cf) 일급 객체 성격: 함수를 변수에 대입할 수 있는 형태 higher order function의 개념: https://ios-development.tistory.com/104 ex) 함수를 매개변수로 받는 형태 func printMathResult(_ mathFunction: (Int, Int) -> Int, _ a: Int, _ b..
swift 공식 문서
2021. 6. 23. 00:36