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 difference between synchronous and asynchronous in web request in iOS operating system?
What is core data stack?
How do I open a csv file on my phone?
What is core data in ios swift?
What are layer objects?
How do you check if your code has memory leaks?
What is iphone architecture?
applications that can be used with iphone
What is nspersistentstorecoordinator? What duties does it perform?
Explain how the push notification works in iOS operating system?
What is delegate in ios with example?
What is difference between atomic and nonatomic in ios?