Change to directly modify the avatar image instead of calling reload on the cells

This commit is contained in:
Maurice Parker
2019-08-26 15:37:15 -05:00
parent 8de9b355c7
commit d7c90106d1
2 changed files with 10 additions and 7 deletions

View File

@@ -78,6 +78,10 @@ class MasterTimelineTableViewCell: UITableViewCell {
}
func setAvatarImage(_ image: UIImage) {
avatarImageView.image = image
}
}
// MARK: - Private