IOS开发 development notes介绍
程序员文章站
2022-03-23 09:28:24
IOS开发 development notes介绍。
ios Compile Warning:
@1:
Sending 'ViewController *const...
IOS开发 development notes介绍。
ios Compile Warning:
@1:
Sending 'ViewController *const __strong' to parameter of incompatible type 'id<***Delegate>'
The solution is to add the corresponding to the rear of ViewController():
@interfaceViewController ()