iOSDropDown
iOSDropDown copied to clipboard
Memory leak
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?
It's Fixed , You can check now @tonywan2013