mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-06 00:39:31 +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])
|
||||
},
|
||||
UIAction(title: NSLocalizedString("cancel", comment: "")) { _ in }])
|
||||
}])
|
||||
|
||||
addSubview(baseStackView)
|
||||
baseStackView.translatesAutoresizingMaskIntoConstraints = false
|
||||
|
|
|
@ -104,6 +104,7 @@ private extension CompositionView {
|
|||
parentViewModel: parentViewModel)
|
||||
|
||||
stackView.addArrangedSubview(textView)
|
||||
textView.keyboardType = .twitter
|
||||
textView.isScrollEnabled = false
|
||||
textView.adjustsFontForContentSizeCategory = true
|
||||
textView.font = textViewFont
|
||||
|
|
Loading…
Reference in a new issue