Answer Posted / Harish Singh
"In Objective-C, properties provide a way to encapsulate instance variables with accessor methods. Properties can be of different types such as `@property (nonatomic, strong) IBOutlet UIView *myView;` or `@property (readonly, assign) CGFloat myReadonlyProperty;`. This line defines an instance variable `myView` and a synthesized accessor method pair."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category