Closed Adlai-Holler closed 9 years ago
Hmm, it looks like this would have the same retain cycle problem that we had a while back. Once parentElement
has been created, it keep a strong reference to self
, while self
also has a strong reference to parentElement
.
OK that's true for the Mac one, but not for the iOS one, since iOS uses a separate contentView
. I could either revert the Mac-side changes, or create a subview that fills the cell and use that as the root view. What do you think @joshaber ?
I could either revert the Mac-side changes
Let's just do that for now :+1:
Done @joshaber
:metal:
@joshaber