Change icon in Rooms screen

This commit is contained in:
ismailgulek
2020-09-08 13:09:44 +03:00
parent ee218cd2b8
commit c7a17fd15d
+2
View File
@@ -54,6 +54,8 @@
// Add the (+) button programmatically
[self addPlusButton];
plusButtonImageView.image = [UIImage imageNamed:@"rooms_floating_action"];
self.enableStickyHeaders = YES;
}