What is nonatomic in objective c?
Answer / Dhyan Chand
In Objective-C, the nonatomic keyword indicates that a property's value changes are not thread-safe. It means that the setter and getter methods for that property will not use locks to protect access to the property's value during multithreaded access, making it faster but potentially causing data inconsistency issues.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are nsautoreleasepool?
Is objective c better than swift?
Which class is used to establish a connection between applications to the web server?
What number distinctive annotations is accessible in objective-c?
What are nsautoreleasepool and how can we use them?
Can objective c run on windows?
What does mean in objective c?
What are objective- c blocks?
Is swift objective c?
What is typedef objective c?
How is string represented in objective-c?
How is #import different from #include?