RoomTitleView: Add badge image view.

This commit is contained in:
SBiOSoftWhare
2020-04-08 15:06:59 +02:00
parent 5007499299
commit f2f6a69bf9
3 changed files with 25 additions and 8 deletions
@@ -37,6 +37,8 @@
{
[super awakeFromNib];
self.badgeImageView.image = nil;
if (_titleMask)
{
UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(reportTapGesture:)];