Featured
iOS
How to store custom class using CoreData
Posted on June 20th, 2012.CoreData 에 Custom Class 를 저장하기 위해서는 아래와 같이 initWithCoder, encodeWithCoder 를 구현해야 한다. View the code on Gist. View the code on Gist. 관련 링크 How to store custom class using CoreData