AMMethod2Implement
AMMethod2Implement copied to clipboard
Xcode plugin to generate implement code for the selected method and const string.
自动生成的 ``` - (UILabel *)titleLabel { if (!_titleLabel){ _titleLabel = [UILabel new]; _titleLabel.font = Font(15); _titleLabel.textColor = HEXCOLOR(0x333333); } return _titleLabel; } ``` 我期望的 ``` - (UILabel *)titleLabel { if...
Thanks for the plugin! It works perfectly in the main editor, but crashes every time when I try to declare a method into the .h file in the assistant editor....
在我的xcode一使用xcode就崩溃,我的xcode版本是7.3.1
默认的快捷键无效, 设置也无效, 菜单栏点击是好的, 请问是什么原因呢 OS X 10.11.5 Xcode 7.2.1
Thanks for the library. I'm looking for a feature to generate protocol methods?