Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category