iOS开发——delegate的相关警告

  警告:Assigning to 'id<...Delegate>' from incompatible type '...ViewController *const_strong'

  解决方法:在viewcontroller.m文件中,将@interface ViewController (),改为@interface ViewController ()<...ViewDelegate>,警告就会消失。

posted on 2016-03-30 17:30  乱七八糟21号  阅读(309)  评论(0编辑  收藏  举报

导航