xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.77k stars 1.33k forks source link

[Bug] Clear Form once view Did Disappear to prevent leak #2225

Open CRoig opened 2 years ago

CRoig commented 2 years ago

Particular sections are retained by KVO Wrapper. In order to avoid memory leaks they should be removed explicitly before attempting deallocating VC.

mats-claassen commented 2 years ago

Hi @CRoig could you please explain more about the leak and/or link an issue if there is one that does this?