美文网首页
Xcode实用插件推荐

Xcode实用插件推荐

作者: 蛊惑佬 | 来源:发表于2016-08-18 10:18 被阅读31次

一、首先安装Xcode插件管理工具

607D52FA-CFE4-442D-9063-8143EDEF7528.png

Xcode Packge manager
http://alcatraz.io

1)安装

复制以下命令到你的终端:

curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

Alcatraz is available for Xcode 7+ only.

2)卸载

Delete the plugin:

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin

3)清除全部缓存:

rm -rf ~/Library/Application\ Support/Alcatraz

二、使用插件推荐

1.快捷注释

VVDocumenter-Xcode
https://github.com/onevcat/VVDocumenter-Xcode

 用法:只要输入///,就自动生成注释格式
F56960A9-A499-417E-A280-854072C2A0A468747470733a2f2f7261772e6769746875622e636f6d2f6f6e65766361742f5656446f63756d656e7465722d58636f64652f6d61737465722f53637265656e53686f742e676966.gif

2.自动生成图片资源

RTImageAssets
https://github.com/rickytan/RTImageAssets

用法:只要你有@2x或@3x资源文件,就可以自动生成@1x,@2x,@3x的文件,只要一张1024 x 1024的icon图片,就可以生成全部设备的icon应用图标

相关文章

网友评论

      本文标题:Xcode实用插件推荐

      本文链接:https://www.haomeiwen.com/subject/fldfjttx.html