Former
Former copied to clipboard
Possible retain cycle
Hi, there is a possible retain cycle in the lib. I am saying possible because it is probably my code, but I can't see where it comes from so I am writing here,
Yet again i don't know if the issue is in the library or in the code, hopefully, I will find that out :)
Problem:

I think the problem lays somewhere here:

Everywhere where I do have a reference to self, i do if let self = self in the vc, but the header, FormSwitchCell and the header view for the cell does not get deallocated.
Former was declared like so:
Am I missing something? Thank you very much!
Hi,
I have the some problem, here is an image of the example app in memory graph:

Thanks