9
Tôi có thể chuyển một khối dưới dạng @selector với Objective-C không?
Có thể chuyển một khối Objective-C cho @selectorđối số trong a UIButtonkhông? tức là, Có cách nào để có được những điều sau đây để làm việc? [closeOverlayButton addTarget:self action:^ {[anotherIvarLocalToThisMethod removeFromSuperview];} forControlEvents:UIControlEventTouchUpInside]; Cảm ơn