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
- Xcode
- UITextView
- rxswift
- collectionview
- map
- uiscrollview
- MVVM
- 애니메이션
- UICollectionView
- 클린 코드
- clean architecture
- swift documentation
- uitableview
- ribs
- ios
- Refactoring
- 리펙토링
- Protocol
- RxCocoa
- combine
- HIG
- 스위프트
- Human interface guide
- Observable
- Clean Code
- SWIFT
- 리팩토링
- tableView
- 리펙터링
- swiftUI
Archives
- Today
- Total
목록NSUnknownKeyException (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