Retain Cycle between Loaf and the Presenting ViewController.
RollingGoron opened this issue · 1 comments
RollingGoron commented
In Loaf.swift, line 128 holds a strong reference to the presenting controller, this should not happen. Quick fix is change it to a weak var
.
schmidyy commented
On it! Thanks for catching this.