不兼容的块指针...块时出错

时间:2015-06-15 02:03:43

标签: ios objective-c objective-c-blocks

我实现了MKInputBox,我正在尝试使用块语句。这是代码:(它在sample project:)

alertView.customise = ^(UITextField *textField) {

};

我收到错误提及以下内容:

Incompatible block pointer types assigning to 'UITextField *(^)(UITextField *__strong)' from 'void (^)(UITextField *__strong)'

我做错了什么,我该如何解决?

0 个答案:

没有答案