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
- 클린 코드
- rxswift
- collectionview
- 스위프트
- ios
- swiftUI
- Observable
- MVVM
- RxCocoa
- tableView
- SWIFT
- map
- 애니메이션
- ribs
- UICollectionView
- UITextView
- 리펙터링
- 리펙토링
- uiscrollview
- 리팩토링
- Xcode
- Refactoring
- Protocol
- Human interface guide
- swift documentation
- HIG
- uitableview
- combine
- Clean Code
- clean architecture
Archives
- Today
- Total
목록coding-compliant for the key (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] storyboard 에러- 1. NSUnknownKeyException, this class is not key value coding-compliant for the key // 2. Unexpectedly found nil while implicitly unwrapping an Optional value
stroyboard 버그 *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key webView.' 원인 .swift파일에서 storyboard와 연결되어 있던 @IBoutlet파일이 삭제되어 storyboard에만 존재하는 경우 Inspector창에서 Inherit Moudle From Target이 체크되지 않은 경우 UIView를 커스텀한것이 아닌, UITableViewCell과 같은것에서 시도한 경우 UITableViewCell는 Cocoa Touch Clas..
iOS 응용 (swift)
2021. 5. 25. 00:41