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 |
Is python static or dynamic?
What is an example of tangible property?
How to call function in objective-c?
What are class b properties?
Is objective-c a dynamic language?
What are the two types of tangible property?
Is objective c type safe language?
How messaging works in objective-c?
Mention whether nsobject is a parent class or derived class.
What do you mean by dot notation?
What is hashable?
What is protocol in simple words?