AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

set gesture delegate nil and remove gesture from label in dealloc #183

Closed gaosboy closed 9 years ago

gaosboy commented 10 years ago

the gesture may cause memory leaking

AliSoftware commented 10 years ago

It shouldn't as ARC should take care of that.