Answer Posted / Dilip Kumar Baskey
A simple example of a category in Objective-C would be adding new methods to the existing NSObject class: @interface NSObject (MyCategory) - (void)myMethod; @end
| 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