Можно ли передать блок Objective-C для аргумента @selector
в UIButton
? то есть, есть ли способ заставить следующее работать?
[closeOverlayButton addTarget:self
action:^ {[anotherIvarLocalToThisMethod removeFromSuperview];}
forControlEvents:UIControlEventTouchUpInside];
Спасибо