iOSDropDown icon indicating copy to clipboard operation
iOSDropDown copied to clipboard

Memory leak

Open tonywan2013 opened this issue 6 years ago • 1 comments

Please note that iOSDropDown's parentController holds a strong reference to VC that contains it, causes strong retain cycle.

I am new to GitHub and don't know how to submit change. The change I made was Original: fileprivate var parentController:UIViewController? Updated: fileprivate weak var parentController:UIViewController?

tonywan2013 avatar Oct 02 '19 00:10 tonywan2013

It's Fixed , You can check now @tonywan2013

imnayandave avatar May 30 '22 08:05 imnayandave