XCode6怎么创建Category

XCode6如何创建Category

XCode6将Category的创建更换了位置

创建方法:

1.File->New File

2.选择IOS source

3.选择Objective-C File 如图

XCode6怎么创建Category

4.在File Type中选择Category,Class则是想要Category的类

XCode6怎么创建Category