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 |
When should you call dealloc method? Is it possible to implement dealloc in arc?
When is toll-free bridging useful?
How to convert objective c project to swift?
How to declare variable in objective c?
What is protocol in objective-c?
What is objective writing?
What is hashable?
Does copy increase retain count?
How to check array contains value in objective c?
What happen if we send any message to an object which is released?
What is property in objective c?
What happens with the objects if the array is released?