You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just tried this library in one of my project and I found some issue with the delegate variable. This variable is declared as strong variable means that if I will write:
layout.delegate = self
I am actually holding a strong reference to my view controller. This delegate needs to be changed to weak so the view controller can be released.
Thanks,
Ran
The text was updated successfully, but these errors were encountered:
Hi, I just tried this library in one of my project and I found some issue with the delegate variable. This variable is declared as strong variable means that if I will write:
layout.delegate = self
I am actually holding a strong reference to my view controller. This delegate needs to be changed to weak so the view controller can be released.
Thanks,
Ran
The text was updated successfully, but these errors were encountered: