issues
search
ibireme
/
YYCategories
A set of useful categories for Foundation and UIKit.
MIT License
826
stars
218
forks
source link
UIControl+YYAdd
#2
Closed
renlongyu
closed
8 years ago
renlongyu
commented
8 years ago
(void)removeAllBlocksForControlEvents:(UIControlEvents)controlEvents; UIControlEventAllEvents != UIControlEventTouchUpInside. 添加的是UIControlEventTouchUpInside, 删除时用UIControlEventAllEvents, 方法里面if 判断的时候, 它俩是不相等的,所以就不会删除
312362115
commented
8 years ago
(void)removeAllTargets 删除全部targets的时候, 也会把所有的block targets也删掉. 并没有清除_yy_allUIControlBlockTargets中的target
ibireme
commented
8 years ago
Fixed.