What is a category in objective c?
Answer / Franklin Eric Kujur
"A category in Objective-C is a feature that allows you to add new methods, properties or categories to an existing class without modifying the original source code. Categories are defined in a .m file and include the @interface directive followed by a name enclosed in parentheses."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to add object to nsarray objective c?
Ns object is a parent class or derived class?
How do you insert a block?
What is protocol in simple words?
Does objective c have garbage collection?
What is lazy var?
Is objective c hard to learn?
How declare methods in objective c? And how to call them?
What is an extension?
What is the protocol in objective c?
Is c++ similar to objective c?
How to add custom cell in uitableview in objective c?