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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -