Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nscoding

How do I return a pre-existing Core Data object at NSCoding initialization in Swift?

ios swift core-data nscoding

How to use NSCoding protocol with an enum?

ios objective-c enums nscoding

Strange behavoir when decoding an NSArray via NSSecureCoding

Encoding a CLLocationcoordinate2D

How to convert NSValue to NSData and back?

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?