CR: setNeedsLayout

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent f49e122567
commit 041c5a4a11

@ -221,6 +221,8 @@ const NSUInteger kContactTableViewCellAvatarSize = 40;
// Use profile name, if any is available // Use profile name, if any is available
self.profileNameLabel.text = [contactsManager formattedProfileNameForRecipientId:recipientId]; self.profileNameLabel.text = [contactsManager formattedProfileNameForRecipientId:recipientId];
} }
[self.profileNameLabel setNeedsLayout];
} }
- (void)prepareForReuse - (void)prepareForReuse

Loading…
Cancel
Save