BonMot icon indicating copy to clipboard operation
BonMot copied to clipboard

Test whether BONTextAlignmentConstraint causes retain cycles

Open ZevEisenberg opened this issue 8 years ago • 0 comments

BONTextAlignmentConstraint strongly holds its firstItem and secondItem internally. This causes a known retain cycle if a view referenced by the constraint also strongly holds the constraint. However, there may be unintended retain cycles caused by internal details of the layout system. This should be tested to determine whether it is a problem.

ZevEisenberg avatar Jul 27 '15 13:07 ZevEisenberg