The changelog for MessageInputBar
. Also see the releases on GitHub.
- Fixed a layout invalidation cycle that never ended. #1 by @nathantannar4.
-
Added a new property
shouldForceTextViewMaxHeight
toMessageInputBar
which forces the view to layout at its maximum height. UsesetShouldForceMaxTextViewHeight(to newValue: Bool, animated: Bool)
to set the property. #1 by @nathantannar4. -
Breaking Change Added a new protocol
InputItem
.InputBarButtonItem
now confirms toInputItem
and the item arrays inMessageInputBar
are now of type[InputItem]
for more flexability. #1 by @nathantannar4.
This release forks the development of the MessageInputBar
from MessageKit 1.0.0-beta.1