mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-09 21:05:53 +10:00
prepareForReuse for MentionUserCell
This commit is contained in:
@@ -35,6 +35,12 @@ private class MentionUserCell: UITableViewCell {
|
||||
return label
|
||||
}()
|
||||
|
||||
private override func prepareForReuse() {
|
||||
super.prepareForReuse()
|
||||
|
||||
avatarImageView.image = nil
|
||||
}
|
||||
|
||||
override func didMoveToSuperview() {
|
||||
super.didMoveToSuperview()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user