Archives for: "April 2014, 09"
IOS: Check Core Data Object is null
Code@property (nonatomic,retain) TipRecord*record; To check the object in the code above, that should check whether the object is nil. Codeif(self.record == nil) Please note that, that is a pointer. If it has not initialized yet, it will be nil, not… more »