欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

IOS开发 development notes介绍

程序员文章站 2022-06-23 13:05:06
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 ()