improved the pan animation to be as the designs

This commit is contained in:
Mauro Romito
2022-11-09 17:07:05 +01:00
parent bf802b7b4a
commit 04f8e18634
5 changed files with 32 additions and 11 deletions

View File

@@ -62,6 +62,15 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
wysiwygViewModel.maximised
}
var idealHeight: CGFloat {
get {
wysiwygViewModel.idealHeight
}
set {
wysiwygViewModel.idealHeight = newValue
}
}
// MARK: - Setup
override class func instantiate() -> MXKRoomInputToolbarView! {