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 ios architecture?
Difference between iOS 3 , iOS4, iOS 5, iOS 6, iOS 7 and iOS 8 (What are the new features)
Which is the default for synthesized properties?
DB updation when app new version comes ?
How to run xcode and other tools with the iphone sdk?
Difference between release and autorelease ?
Explain formal protocols?
What do you mean by rest?
Explain about AFNetworking. What is the base class used in AFNetworking library
What is mapping model?
What is the significance of autorelease?
Why we use delegate in ios?