XCode6如何创建Category
时间:2014-12-24 21:36:26
收藏:0
阅读:664
XCode6将Category的创建更换了位置
创建方法:
1.File->New File
2.选择IOS source
3.选择Objective-C File 如图
4.在File Type中选择Category,Class则是想要Category的类
原文:http://blog.csdn.net/hello_hwc/article/details/42127219
评论(0)