且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

可以在运行时更改AppDelegate

更新时间:2023-01-15 19:41:04

您可以非常简单地使用 [UIApplication sharedApplication] .delegate = instanceOfDifferentClass 进行更改。

You can very simply change it with [UIApplication sharedApplication].delegate = instanceOfDifferentClass.