-
打开你的Appdelegate.m 把光标选中到@implementation AppDelegate 后面,意思选中该类;
2.点击Xcode的Edit->Refactor->Rename... 。
3.再出现的框里面填上你的要更改成名字,点击Review;然后确认一下要修改的部分,没有错误后,save。
4.在其它需要修改的地方修改。
xcode 10 修改方法
把光标选中到@implementation 后面,选中该类
转载于:https://my.oschina.net/gwlCode/blog/1523272