What is assign property in objective c?
Answer / Nagendra Kumar
In Objective-C, an assign property indicates that the setter method for the property simply sets the value without retaining or releasing it. This should be used only when dealing with primitive data types (like integers and strings) or objects that conform to the NSCopying protocol.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an instancetype?
Is struct a class?
Explain the way messaging works in objective-c?
What is the use of objective c?
What is objective c?
Can you use objective c in swift?
What are objective- c blocks?
What's the difference between a thread safe and a thread unsafe function?
List out the methods used in nsurl connection?
How do you insert a block?
What is a category in objective c?
What is toll-free bridging? When is it useful?