礼物值模式的UI

This commit is contained in:
fengshuo
2021-12-13 16:08:24 +08:00
parent 7a41eee1d6
commit 260cec82be
20 changed files with 340 additions and 11 deletions

View File

@@ -177,6 +177,10 @@
self.micButton.hidden = YES;
}
}
- (void)onRoomUpdate {
self.moreButton.hidden = self.delegate.getRoomInfo.uid == [AccountInfoStorage instance].getUid.integerValue ? NO : YES;
}
#pragma mark - Getters And Setters
- (UIButton *)inputButton {
if (!_inputButton) {