28 Forks
139 Stars
139 Watchers

GHWXcodeExtension

Xcode Source Editor Extension 插件,实现功能有四个,一.初始化自定义view、UICollectionViewCell、UITableViewCell、viewController,自动删除无用代码和添加默认代码;二. 为属性自动添加懒加载代码、对应协议声明和协议方法,主要有 UITableView\UICollectionView\UIScrollView\UIButton\UILabel\UIImageView; 三.选中一个类,文件顶部自动添加对应的 import; 四. 给 import 分组排序,从上到下为 主类头文件、viewController、view、manager & logic、第三方库、model、category、其他。

How to download and setup GHWXcodeExtension

Open terminal and run command
git clone https://github.com/guohongwei719/GHWXcodeExtension.git
git clone is used to create a copy or clone of GHWXcodeExtension repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with GHWXcodeExtension https://github.com/guohongwei719/GHWXcodeExtension/archive/master.zip

Or simply clone GHWXcodeExtension with SSH
[email protected]:guohongwei719/GHWXcodeExtension.git

If you have some problems with GHWXcodeExtension

You may open issue on GHWXcodeExtension support forum (system) here: https://github.com/guohongwei719/GHWXcodeExtension/issues