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
- Xcode
- Protocol
- uiscrollview
- Refactoring
- 리펙터링
- UICollectionView
- clean architecture
- collectionview
- 스위프트
- uitableview
- 애니메이션
- ios
- rxswift
- tableView
- SWIFT
- RxCocoa
- Clean Code
- Observable
- 리펙토링
- Human interface guide
- combine
- MVVM
- 클린 코드
- 리팩토링
- map
- UITextView
- swiftUI
- ribs
- swift documentation
- HIG
Archives
- Today
- Total
목록Linked List 출력 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/r3a6d/btq6p8ecre6/EMD9F5PRZQWFVqI4qHNIlk/img.png)
String(describing:) 모든 Type의 instance를 문자열로 변환 print(String(describing: ViewController.self)) // ViewController 주의: ClassName.Type할 경우 컴파일 에러 -> 특정 클래스의 타입을 얻고 싶은 경우 ClassName.self로 접근 CustomStringConvertible description에 대한 정의가 되어있는 프로토콜 스위프트의 print()와 String(decription:)은 위 description 프로퍼티를 사용 CustomStringConvertible을 conform하고 있는 클래스의 객체를 print()하면 구현된 description프로퍼티를 사용 Linked List에서 연결된 N..
iOS 응용 (swift)
2021. 6. 3. 02:47