Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nscoding

NSCoding with Nested Custom Objects?

When is "required init?(coder aDecoder: NSCoder)" called on a UIView or UIViewController?

Enforcing types with NSSecureCoding

Swift: Does not conform to protocol NSCoding

ios iphone swift nscoding

iPhone - Why does the documentation say UIImageView is NSCoding compliant?

iphone uiimageview nscoding

swift: nscoding decodeObject with nil all the time

cast NSString! to String in swift

Saving Array with NSCoding

Is it necessary to call [super encodeWithCoder] when subclassing a object that implements NSCoding?

objective-c cocoa nscoding

NSSecureCoding trouble with collections of custom class

Adding NSCoding as an Extension

Encoding an Objective-c Block?

archive array of optional structs with NSCoding in Swift?

When to use NSSecureCoding

How can I decode an object when original class is not available?

Swift saving and retrieving custom object from UserDefaults

ios swift xcode swift3 nscoding

Attempt to insert non-property list object when trying to save a custom object in Swift 3

Got Unrecognized selector -replacementObjectForKeyedArchiver: crash when implementing NSCoding in Swift

ios swift xcode6 nscoding

Saving custom Swift class with NSCoding to UserDefaults

Why NSUserDefaults failed to save NSMutableDictionary in iOS?