I’m new to Obj-C, so my first question is:
What are the differences between strong
and weak
in @property
declarations of pointers to objects?
Also, what does nonatomic
mean?
I’m new to Obj-C, so my first question is:
What are the differences between strong
and weak
in @property
declarations of pointers to objects?
Also, what does nonatomic
mean?