|
|
@ -64,7 +64,7 @@ final class NewClosedGroupVC : BaseVC, UITableViewDataSource, UITableViewDelegat
|
|
|
|
navigationItem.rightBarButtonItem = doneButton
|
|
|
|
navigationItem.rightBarButtonItem = doneButton
|
|
|
|
// Customize title
|
|
|
|
// Customize title
|
|
|
|
let titleLabel = UILabel()
|
|
|
|
let titleLabel = UILabel()
|
|
|
|
titleLabel.text = NSLocalizedString("New Closed Group (Beta)", comment: "")
|
|
|
|
titleLabel.text = NSLocalizedString("New Closed Group", comment: "")
|
|
|
|
titleLabel.textColor = Colors.text
|
|
|
|
titleLabel.textColor = Colors.text
|
|
|
|
let titleLabelFontSize = isSmallScreen ? Values.mediumFontSize : Values.largeFontSize
|
|
|
|
let titleLabelFontSize = isSmallScreen ? Values.mediumFontSize : Values.largeFontSize
|
|
|
|
titleLabel.font = .boldSystemFont(ofSize: titleLabelFontSize)
|
|
|
|
titleLabel.font = .boldSystemFont(ofSize: titleLabelFontSize)
|
|
|
|