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 |
What is delegate? Can delegates be retained?
How to call objective c function in swift?
What happens if you add your just created object to a mutable array, and you release your object?
What is parsing? Mention which class can you use for parsing of xml in iphone?
Does objective c have multiple inheritance?
What are class b properties?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
Does objective-c contain private strategies?
What is difference between objective c and swift?
What is gcd objective c?
How do I add objective c to swift project?
What is a hash string?