forum

Home / DeveloperSection / Forums / Difference between atomic, nonatomic @property declarations

Difference between atomic, nonatomic @property declarations

Anurag Sharma 1547 15-Nov-2015

I have a confusion in @property declaration between atomic & nonatomic?
For example:

@property(nonatomic, retain) UITextField * countryName;
@property(atomic, retain) UITextField *countryName;

What is the operational difference between both statements?

 


Updated on 17-Nov-2015

Can you answer this question?


Answer

1 Answers

Liked By