Answer Posted / Shalini Gupta
In Objective-C, a category is a way to add new methods or properties to an existing class without modifying its original source code. This is useful when you want to extend the functionality of an existing class without affecting its original implementation. For example, you can create a category for UIView and add custom drawing methods to it.
| 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