what is the difference between nonatomic & atomic
Answer / babu
Nonatomic and atomic are objective C properties. Atomic is more resistant to threading errors. By default all properties are atomic. In nonatomic, no such guarantees are made. Thus, nonatomic is considerably faster than “atomic”.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is core data stack?
Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?
What is Delegation in iOS?
Enlist the methods to achieve concurrency in ios?
How to parse json?
How to handle concurrency problems in core data?
What are the Steps for using coredata?
Explain UIApplication life cycle
What are ios protocols?
What is object graph in ios?
What is nsmanagedobject?
In a single model, can I have few entities in one sqlite db file and remaining in another sqlite db file?