Ciechan / BCMeshTransformView

Mesh transforms for UIView
MIT License
1.24k stars 126 forks source link

_display link memory issue fixed #21

Open ysoftware opened 7 years ago

ysoftware commented 7 years ago

I noticed that contentView doesn't get deallocated, so I tried to invalidate displayLink on dealloc and it helped.

ysoftware commented 7 years ago

This is also strange regarding #9 But I don't think this addition will harm anyone, since it's in dealloc and actually works too. (tested in iOS 10)