What is the difference between atomic and nonatomic synthesized properties?
Answer / Rajneesh Kumar Gautam
Atomic properties are thread-safe, meaning that changes to their value are guaranteed to be atomic (indivisible). Nonatomic properties can be changed concurrently by multiple threads. The default property attribute in ARC is nonatomic.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are objective c properties?
What is difference between objective c and swift programming?
What are the blocks? How will you use them?
What is class extension?
What are the two types of tangible property?
Why is objective c better than swift?
What are the types of ios binaries you can create using xcode?
Is objective c dynamically typed?
Mention what is the primary use of the category in the objective-c?
What do you mean by cocoa?
Explain what is protocol in objective-c?
How to call a function in objective-c?