Reputation: 357
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
Reputation: 46533
Define that category in that class file(.m) itself, instead of a separate file.
Upvotes: 1