iOS 类文件重命名

2016-09-23  本文已影响245人  原野de呼唤

iOS 类文件重命名操作步骤(文件中内容少的可以尝试,以免出现错误!!!)

为class修改名字:

1. 在头文件中双击选中类名:@interface之后即为类名 (不选中,则重命名选项将是disable的状态);

2. 工具栏中选择 Edit-Refactor - Rename;

3. 修改名字后,预览所有会发生的改动,选择需要的改动,最后Save保存。

参考链接:http://stackoverflow.com/questions/992381/rename-a-class-in-xcode-refactor-is-grayed-out-disabled-why

上一篇下一篇

猜你喜欢

热点阅读