Explain @property ,@synthesize
Answer / babu
@property : It will specify the property for all objects
@Synthesize : It will generate getter and setter methods for property.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is advantage of categories? What is difference between implementing a category and inheritance?
What is didreceivememorywarning method in you viewcontroller?
Explain the correct way to manage Outlets memory in iOS.
what does @synthesize do?
Explain parent-child context setup?
How to download images in ios?
What is a protocol in objective-c programming language?
What are the design patterns in ios?
What is uiviewcontroller in ios?
What is foundation framework in ios?
Explain the difference between copy and retain?
Explain place holder constraint