#unrecognized selector sent to instance 썸네일형 리스트형 [iOS] initWithCoder unrecognized selector sent to instance Model을 만들어 사용할 때 아래 와 같은 에러가 나올 경우, [ModelVO initWithCoder:]: unrecognized selector sent to instance 한번 에러 나는 모델 소스가 아래와 같이 되어 있는지 확인 바란다. 12345678910111213141516171819202122232425import Foundation class ModelVO : NSObject { var num: Int var title: String init(qno: Int, question: String, answered: Int){ self.num = qno self.title = question self.answered = answered } required init(coder aDecoder:.. 더보기 이전 1 다음