What is nonatomic?



What is nonatomic?..

Answer / Nirmal Kishore Pandey

Nonatomic is a property attribute used in Objective-C that indicates the property will not be thread-safe. It means the property's value changes are not synchronized with the current state of the application, which can improve performance but may lead to inconsistencies when multiple threads are accessing the property.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

How to parse json? Explain

1 Answers  


Who developed ios?

1 Answers  


What is delegate method?

1 Answers  


What is thread in ios?

1 Answers  


What are ios protocols?

1 Answers  


Can python apps run on ios?

1 Answers  


What is mvc and mvvm in ios?

1 Answers  


What is latest ios version?

0 Answers  


What persistent storage used in mobile apps - ios?

1 Answers  


Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?

1 Answers  


Explain ios multitasking?

1 Answers  


What is the difference between weak and strong?

1 Answers  


Categories