What is the difference between atomic and nonatomic synthesized properties?
Answer Posted / Rajneesh Kumar Gautam
Atomic properties are thread-safe, meaning that changes to their value are guaranteed to be atomic (indivisible). Nonatomic properties can be changed concurrently by multiple threads. The default property attribute in ARC is nonatomic.
| 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