SwiftBond / Bond-Demo-App

Bond Demo App
MIT License
18 stars 6 forks source link

When to unbind #1

Closed tonyxiao closed 9 years ago

tonyxiao commented 9 years ago

https://github.com/SwiftBond/Bond-Demo-App/blob/master/BondDemo/ListCellView.swift#L21

Why is it that it's only necessary to unbind the avatarImageView? What about nameLabel and ownerLabel? Shouldn't they be unbind upon prepareForReuse also?

srdanrasic commented 9 years ago

It would be better to unbind all. Fixed.