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 a2856f27a7
commit 15dd337fd8
5 changed files with 32 additions and 11 deletions
@@ -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! {