- Added properties in
SBUMessageInputView
.textViewMinHeight
: the minimun height of the textview.textViewMaxHeight
: the maximum height of the textview.textViewLeadingSpacing
: the spacing between the textview and the+
button.textViewTrailingSpacing
: the spacing between the textview and the send button.layoutInsets
: the outer spacing of theSBUMessageInputView
, relative tosafeAreaLayoutGuide
.showsSendButton
: whether to always show the send button.
- Applied tint to all
SBUIconSet
. - Applied localization on datetime string.
- Improved stability.