what are fetched properties? How do you create a fetched property?
Answer / Deep Ranjan Tiwari
"Fetched properties" are properties that return an array of managed objects based on a predicate. They allow you to perform complex queries without having to write custom fetch requests. To create a fetched property, define it in the entity definition file and set the attribute type to transformable or NSManagedObjectIDArrayType. The predicate is defined as the formula in the fetched property declaration.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between nonatomic & atomic
What is the difference between atomic and nonatomic properties?
How you can add frameworks in xcode project?
What is bundle id?
What is cocoa touch framework in ios?
What is difference strong and weak reference ? Explain.
Explain retain counts
How many bytes we can send to apple push notification server?
What is thread in ios?
Can we use ssl to encrypt the app communication?
How do I get a call when my ipad rings?
Tell me the hierarchy of uibutton.