Assigning to 'id _Nullable' from incompatible type 'xxxxController *const __strong'

在给controller拆分时在分类中实现代理,出现了标题中的警告
在主类中给代理赋值时用id转一下

_headerView.delegate = (id)self;

你可能感兴趣的:(Assigning to 'id _Nullable' from incompatible type 'xxxxController *const __strong')