prepareForReuse for MentionUserCell

This commit is contained in:
nixzhu
2016-01-18 10:26:21 +08:00
parent 4e73932393
commit cefdace711
+6
View File
@@ -35,6 +35,12 @@ private class MentionUserCell: UITableViewCell {
return label
}()
private override func prepareForReuse() {
super.prepareForReuse()
avatarImageView.image = nil
}
override func didMoveToSuperview() {
super.didMoveToSuperview()