Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nscoding

NSUserDefaults vs NSCoding

How to store an MKPolyline attribute as transformable in IOS coredata with swift?

iOS - EncodeWithCoder - Encode Nil

ios nscoding uidocument

Type Has No Subscript Members?

Does not conform to protocol 'NSCoding' - Swift 3

Saving PFObject 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