This commit is contained in:
2026-01-26 13:51:38 +08:00
parent 77fd46aa34
commit 0fa31418f6
2 changed files with 12 additions and 3 deletions

View File

@@ -200,12 +200,16 @@
make.top.equalTo(self.view.mas_safeAreaLayoutGuideTop).offset(8);
make.left.equalTo(self.view).offset(16);
make.right.equalTo(self.view).offset(-16);
//
make.height.mas_equalTo(20); //
}];
[self.transcriptLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.equalTo(self.statusLabel.mas_bottom).offset(8);
make.left.equalTo(self.view).offset(16);
make.right.equalTo(self.view).offset(-16);
//
make.height.mas_equalTo(60); //
}];
//
[self.transcriptLabel setContentCompressionResistancePriority:UILayoutPriorityDefaultLow