RoomTitleView: Add badge image view.

This commit is contained in:
SBiOSoftWhare
2020-04-08 15:06:59 +02:00
parent df745c0ea9
commit d112395819
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:)];