What is nonatomic and strong in objective c?
Answer / Anupam Bharti
"In Objective-C, nonatomic indicates that the property access is not thread-safe. Strong refers to a strong reference, which means the object will not be deallocated until all strong references are released. For example: `@property (nonatomic, strong) NSString *myString;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you write setter method for a retain property?
Ns object is a parent class or derived class?
What are the advantages of using objective-c?
Explain what is #import?
What are the three main types of property?
How to make a code snippet thread safe?
How do you add a category in objective c?
What is strong and weak in objective c?
What is the protocol in objective c?
What is extern objective c?
How do I add objective c to swift project?
What is the primary use of the category in the objective-c?