Users Pricing

forum

home / developersection / forums / difference between atomic, nonatomic @property declarations

Difference between atomic, nonatomic @property declarations

Anurag Sharma 1850 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?


1 Answers

Tarun Kumar 17 Nov 2015 Accepted Answer