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
- RxCocoa
- tableView
- rxswift
- Refactoring
- swift documentation
- SWIFT
- UICollectionView
- 클린 코드
- swiftUI
- ribs
- Human interface guide
- Clean Code
- UITextView
- ios
- 리펙터링
- clean architecture
- combine
- HIG
- map
- MVVM
- collectionview
- uitableview
- 리펙토링
- 리팩토링
- 애니메이션
- uiscrollview
- 스위프트
- Observable
- Protocol
- Xcode
Archives
- Today
- Total
목록xib파일 코드 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 코드로 xib파일을 얻는 Protocol 정의 (StoryboardInstantiable)
아이디어 각 ViewController들은 해당 protocol들을 상속 받아서, Builder에서 해당 ViewController를 초기화 할때 정의된 함수 호출 StoryboardInstaiable 프로토콜 정의 public protocol StoryboardInstantiable { associatedtype ViewControllerType static var defaultFileName: String { get } static func instantiateViewController(_ bundle: Bundle?) -> ViewControllerType } default implementation 클래스의 이름을 얻기 위해 NSStringFromClass() 사용 class 타입을 받아서 그 ..
iOS 응용 (swift)
2021. 7. 11. 01:23