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
The following delegate should be weak: open var delegate: TRMosaicLayoutDelegate!
Being a strong reference lead to a retain cycle on any controller using this delegate.
I will propose a PR soon to fix this if you don't mind.
The text was updated successfully, but these errors were encountered:
The following delegate should be weak:
open var delegate: TRMosaicLayoutDelegate!
Being a strong reference lead to a retain cycle on any controller using this delegate.
I will propose a PR soon to fix this if you don't mind.
The text was updated successfully, but these errors were encountered: