A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

在xcode6.里面报错,是什么情况
void ^(myblock)(id, NSUInteger, BOOL *) = ^(id obj, NSUInteger idx, BOOL *stop)
        {
            NSLog(@"%ld - %@", idx, obj);
   
   
            if (idx == 0)
            {
                // 停止遍历
                *stop = YES;
            }
        };

点评

Block pointer to non-function type is invalid  发表于 2015-3-6 15:09

1 个回复

倒序浏览
您需要登录后才可以回帖 登录 | 加入黑马