iOS Developer Question:
Download Questions PDF

What is meaning of "atomic" keyword?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

"atomic", the synthesized setter/getter will ensure that a whole value is always returned from the getter or set by the setter, only single thread can access variable to get or set value at a time

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is latest Xcode version?What is meaning of "retain" keyword?