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 are the cpu architectures supported by ios devices?
What are all the newly added frameworks iOS 4.3 to iOS 5.0?
What is UICollectionView ?
What is a difference between stack and heap memory?
Explain parent-child context setup?
What is push notification?
What is arc ? How it works?
What devices will support ios 7?
Define view object.
Have you uploaded app on appstore? What is the process?
What are layers?
What is the difference between 'assign' and 'retain' keyword?