What is @synthesize in objective-c ?
Answer / Arjun Mahato
In Objective-C, @synthesize is a compiler directive used to generate accessor methods (getters and setters) for instance variables declared within a class. This directive was commonly used before the introduction of automatic synthesis.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference b/w collectionView & uitableview?
Explain UIView life cycles
What are the popular apps of iphone?
how push notification works?
What manual memory management ? How it work?
What is message forwarding?
What is autorealease pool?
What makes react native special for ios?
What is retain in ios?
What are design patterns in ios?
How to export your private key from your keychain in iphone development?
Explain steps for using coredata?