mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Constrain input accessory view height
This commit is contained in:
parent
664acc097c
commit
95845057c5
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ private extension CompositionInputAccessoryView {
|
|||
func initialSetup() {
|
||||
autoresizingMask = .flexibleHeight
|
||||
|
||||
heightAnchor.constraint(equalToConstant: .minimumButtonDimension).isActive = true
|
||||
|
||||
var attachmentActions = [
|
||||
UIAction(
|
||||
title: NSLocalizedString("compose.browse", comment: ""),
|
||||
|
|
Loading…
Reference in a new issue