-
Notifications
You must be signed in to change notification settings - Fork 23
Rename COObject.isPersistent/Shared to COObject.persistent/shared #56
Open
Description
For consistency with Swift and Objective-C style guide, properties COObject.isPersistent and COObject.isShared should be declared like that:
@property (nonatomic, getter=isPersistent, readonly) BOOL persistent;
@property (nonatomic, getter=isShared, readonly) BOOL shared;
This requires to change CoreObject metamodel and create a schema migration.
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.