[strM appendFormat:@"t%@,n", obj];
}
[strM appendString:@")"];
return strM;
}
@end
六、插件
这里推荐两款好用的Xcode插件
1、插件和使用如下:
(1).两款插件
对项目中图片提供自动提示功能的插件:KSImageNamed-Xcode-master
提供快速创建自动注释:VVDocumenter-Xcode-master
(2).使用介绍:
(a)KSImageNamed-Xcode-master的使用
安装该插件后,会对文件中图片进行智能提示。
(2)VVDocumenter-Xcode-master能提供快速注释
只要在需要进行注释的地方敲三个斜杠(即///),就能根据环境提供以下两种格式的注释。
第一种格式的注释:
第二种格式的注释(在方法前):
注:相关教程知识阅读请移步到IOS开发频道。

安装该插件后,会对文件中图片进行智能提示。










