我使用了很多NSString
常量,例如:
static NSString * const REAColorPlaybackBackgroundKey = @"REAColorPlaybackBackgroundKey";
static NSString * const REAColorPlaybackForegroundKey = @"REAColorPlaybackForegroundKey";
有不必要的重复,也没有简单的方法来重命名它们。Xcode 的Refactor命令在这里不起作用,Edit All in Scope也无法处理。有没有更聪明的方法来定义NSString
常量?