标签: objective-c xcode
是否有任何可以重构预定义代码的代码重构工具。像:
self = [super init]; if (self)
更改为:
if (self = [super init])