码迷,mamicode.com
首页 > 移动开发 > 详细

iOS开发关于Block代码错误

时间:2014-10-26 18:20:25      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   os   ar   strong   sp   

本文永久地址为http://www.cnblogs.com/ChenYilong/p/4052362.html?,转载请注明出处。

iOS开发关于Block代码错误

Incompatible block pointer types sending ‘void (^)([ClassNameA]] *__strong)‘ to parameter of type ‘[BlockName]‘ (aka ‘void (^)([ClassNameB]] *__strong)‘) 

典型传参错误,[BlockName]应该传参[ClassNameB]但是你传参传入了[BlockNameA]

?

本文永久地址为http://www.cnblogs.com/ChenYilong/p/4052362.html ,转载请注明出处。

iOS开发关于Block代码错误

标签:style   blog   http   color   io   os   ar   strong   sp   

原文地址:http://www.cnblogs.com/ChenYilong/p/4052362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!