NSCoding is a protocol from Apple Foundation framework.
I'm learning about the NSSecureCoding protocol introduced by Apple in iOS 6. From my understanding so far, it should be used …
ios objective-c security nscoding nssecurecodingI have a custom class that I wish to save and load. The class contains an NSDate, an NSString, and …
xcode memory-management nskeyedarchiver nscoding saving-dataI would like to implement init(coder aDecoder: NSCoder!) in a superclass, and use it in all subclasses by calling …
ios swift nscodingI am blocking into something and I am sure it is too big. I have a custom object that look …
objective-c cocoa nsobject nscodingI have an iOS 7 application that saves a custom object to app's iCloud Docs folder as a file. For this, …
ios swift nscoding nskeyedunarchiverI have a small app that has a few saving functionalities. I have a data model class called: Closet: class …
swift ios8 nscoding data-persistenceI'm trying to save the coordinates of a user while in one ViewController so that it can be used to …
ios swift location cllocation nscoding