Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我所有的课程都自动以“BS”为前缀。故事板中的两个视图控制器似乎仅以“S”为前缀。我不知道这是否是一个问题,但我想改变它,如果它可能是一个问题。图像中场景停靠栏和对象实用程序列表中的名称不正确。
只要您在代码中使用该名称,您就可以为您的 VC 选择任何名称。
要更改类的名称,请在 @implementation 行中单击您的类的名称:
@implementation classNameClickOnMe
然后编辑 > 重构 > 重命名
保存快照以防万一。唯一不会更新类名的地方是 .m 和 .h 文件顶部的注释部分,您必须手动更改它们。