mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
ContactTableViewCell: Display power label instead of badge.
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
MXKContact *contact;
|
||||
}
|
||||
|
||||
@property (nonatomic) IBOutlet MXKImageView *thumbnailView;
|
||||
@property (nonatomic) IBOutlet UIImageView *thumbnailBadgeView;
|
||||
@property (nonatomic) IBOutlet UILabel *contactDisplayNameLabel;
|
||||
@property (nonatomic) IBOutlet UILabel *contactInformationLabel;
|
||||
@property (nonatomic) IBOutlet UIView *customAccessoryView;
|
||||
@property (weak, nonatomic) IBOutlet MXKImageView *thumbnailView;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *contactDisplayNameLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *powerLevelLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *contactInformationLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIView *customAccessoryView;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *avatarBadgeImageView;
|
||||
|
||||
@property (nonatomic) BOOL showCustomAccessoryView;
|
||||
|
||||
Reference in New Issue
Block a user