What is atomic property?
Answer / Kaushambi Singh
In Objective-C, 'atomic' is a property attribute that indicates the property should manage its own lock when being accessed. This means it can only be accessed by one thread at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c faster than swift?
What is kvc and kvo?
Explain what is protocol in objective-c?
What are nsautoreleasepool? When to use them?
Is objective c similar to java?
What is the difference between weak and unowned?
Is nsobject a parent class or a derived class?
What is objective c and swift?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
What is difference between array and nsarray?
Is objective c better than swift?
How to call function?