What does nonatomic mean?
Answer / Pawan Pandey
In Objective-C, 'nonatomic' is a property attribute that indicates the property should not manage its own lock. This means it can be accessed concurrently without blocking other threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between nil and nill?
What is the difference between method and type?
What is objective c in ios?
What happen if we send any message to an object which is released?
What is the principle distinction between the function calls and messages?
Explain the difference between #import and #include in objective-c?
How the class “implementation” is represented in objective-c?
What is difference between objective c and c?
How to call methods in objective c?
What is the main difference between function calls and messages?
What is retain count?
What is a class property?