Varun Chaudhary
Varun Chaudhary

Reputation: 357

using categories for some classes and not for the full code

I have a category for my UINavigationBar. I want to use that category for customizing my navigation bar but not for the every navigation bar in that project. How can I do that.

Upvotes: 0

Views: 50

Answers (1)

Anoop Vaidya
Anoop Vaidya

Reputation: 46533

Define that category in that class file(.m) itself, instead of a separate file.

Upvotes: 1

Related Questions