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 |
How to parse json? Explain
Who developed ios?
What is delegate method?
What is thread in ios?
What are ios protocols?
Can python apps run on ios?
What is mvc and mvvm in ios?
What is latest ios version?
What persistent storage used in mobile apps - ios?
Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?
Explain ios multitasking?
What is the difference between weak and strong?