I want to create a category on UIColor
in my app using Xcode 6. But the thing is that in Xcode 6 there is no Objective-C category file template.
Is there any option to create a category in Xcode 6?
Open your XCode project, click on File -> New -> File and choose Objective-C file , click Next enter your category name say "CustomFont" choose file type as Category and Class as UIFont then Click "Next" followed by "Create."
You use categories to define additional methods of an existing class—even one whose source code is unavailable to you—without subclassing. You typically use a category to add methods to an existing class, such as one defined in the Cocoa frameworks.
They didn't forget. They just moved it without telling anyone.
Click File
-> New
-> File
Select Objective-C file
under Sources
in iOS
or Mac OS
respectively and Click Next
Now under File Type:
choose either Category
, Protocol
, or Extension
PS. Under File Name:
whatever you type here will be either the Category
, Protocol
, or Extension
Name.
To create CategoryBaseClass+CategoryName.m/.h:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With