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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -