mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
Cleanup
This commit is contained in:
parent
056635e50e
commit
501b83de80
2 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,7 @@ private extension AccountHeaderView {
|
||||||
}
|
}
|
||||||
|
|
||||||
completion([unfollowAction])
|
completion([unfollowAction])
|
||||||
},
|
}])
|
||||||
UIAction(title: NSLocalizedString("cancel", comment: "")) { _ in }])
|
|
||||||
|
|
||||||
addSubview(baseStackView)
|
addSubview(baseStackView)
|
||||||
baseStackView.translatesAutoresizingMaskIntoConstraints = false
|
baseStackView.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
|
|
@ -104,6 +104,7 @@ private extension CompositionView {
|
||||||
parentViewModel: parentViewModel)
|
parentViewModel: parentViewModel)
|
||||||
|
|
||||||
stackView.addArrangedSubview(textView)
|
stackView.addArrangedSubview(textView)
|
||||||
|
textView.keyboardType = .twitter
|
||||||
textView.isScrollEnabled = false
|
textView.isScrollEnabled = false
|
||||||
textView.adjustsFontForContentSizeCategory = true
|
textView.adjustsFontForContentSizeCategory = true
|
||||||
textView.font = textViewFont
|
textView.font = textViewFont
|
||||||
|
|
Loading…
Reference in a new issue