标签:
刚看到一篇介绍 iOS 设计模式 Category 的文章 iOS设计模式——Category,一时没找到如何新建 Category,上网查找后得到了答案,如下:
1. File--New--File... (或者 command+N),选择 Objective-C File,然后 Next
2. 在 File Type 中选择 Category 即可:
【iOS】Xcode 7 新建 Category
原文地址:http://www.cnblogs.com/jaxer/p/5230078.html