EurekaCommunity / ViewRow

ViewRow is a Eureka row that allows you to display any UIView (or UIView sunclass) within a Eureka row. Views can be created in code or loaded from nib files.
MIT License
77 stars 16 forks source link

deinit() not called. #19

Closed sedwo closed 5 years ago

sedwo commented 5 years ago

Shouldn't ViewRow.swift @ line 55 be:

height = { [unowned self]

So that it can properly deinit()?

alldritt commented 5 years ago

Yes, you are right. I've pushed a fix to the repository.