iOS Developer Question:

What is Category in Objective c?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

A category allows you to add methods to an existing class—even to one for which you do not have the source.


Previous QuestionNext Question
What is "Push Notification"?What is the meaning of "strong"keyword?