mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-11 22:06:40 +10:00
prepareForReuse for DiscoverCardUserCell
This commit is contained in:
@@ -52,6 +52,12 @@ class DiscoverCardUserCell: UICollectionViewCell {
|
||||
|
||||
userSkillsCollectionView.registerNib(UINib(nibName: skillCellIdentifier, bundle: nil), forCellWithReuseIdentifier: skillCellIdentifier)
|
||||
}
|
||||
|
||||
override func prepareForReuse() {
|
||||
super.prepareForReuse()
|
||||
|
||||
avatarImageView.image = nil
|
||||
}
|
||||
|
||||
func configureWithDiscoveredUser(discoveredUser: DiscoveredUser, collectionView: UICollectionView, indexPath: NSIndexPath) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user