LXReorderableCollectionViewFlowLayout icon indicating copy to clipboard operation
LXReorderableCollectionViewFlowLayout copied to clipboard

Retain Cycle

Open mRs- opened this issue 11 years ago • 0 comments

If i use the LXReorderableCollectionViewFlowLayout, there is a retain cycle in my app. If you integrate the UICollectionView with this FlowLayout in your app the ViewController is never dealloced by the system.

It seems there is a retain cycle in the LXReorderableCollectionViewFlowLayout if i switch my UICollectionView to UICollectionViewFlowLayout everything is fine…

mRs- avatar Jul 12 '13 07:07 mRs-