ios - Incompatible block pointer... error when block -
i implemented mkinputbox, , i'm trying use block statement. here code: (it's in sample project:)
alertview.customise = ^(uitextfield *textfield) { };
i error saying following:
incompatible block pointer types assigning 'uitextfield *(^)(uitextfield *__strong)' 'void (^)(uitextfield *__strong)'
what doing wrong, , how can fix that?
Comments
Post a Comment