How do you add a category in objective c?
Answer / Reena Singh
"To add a category in Objective-C, you can use the '@category' directive followed by the name of your category and the class it is being added to. For example: '@interface UIView (MyCategory) ... @end'"
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective-c contain private strategies?
What is a dispatch function?
What is id type in objective c?
What’s the contrast between active, inactive, not-running, background and suspended execution states?
What is an objective fact?
Is swift or objective c better?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
How to use objective c file in swift?
What are properties and instance variables in objective c and swift?
What is dot notation?
When will you use nsarray and nsmutablearray?
What is posing in objective c?