parent
319c76f60a
commit
8bdfa7f09f
|
@ -156,6 +156,8 @@ class ComposeViewController: UIViewController {
|
||||||
stackView.insertArrangedSubview(replyLabelContainer, at: 1)
|
stackView.insertArrangedSubview(replyLabelContainer, at: 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// we have to set the font here, because the monospaced digit font is not available in IB
|
||||||
|
charactersRemainingLabel.font = .monospacedDigitSystemFont(ofSize: 17, weight: .regular)
|
||||||
updateCharactersRemaining()
|
updateCharactersRemaining()
|
||||||
updatePlaceholder()
|
updatePlaceholder()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue