✅ Added
- Introduce
avatarViewStyle
forReactionViewStyle
. Now, reactionView's avatarView is customizable for both reactions on incoming message and outgoing message. #561
Access it viastyle.incomingMessage.reactionViewStyle.avatarViewStyle
(oroutgoingMessage
) - Introduce
avatarViewStyle.placeholderTextStyle
options. Now, it's possible to display 1 letter placeholder text in avatarView. #561 - Introduce
avatarViewStyle.placeholderTextColorProvider
andplaceholderBackgroundProvider
. These closures accept one String parameter, which will be the placeholder
the avatarView will display, and will return a UIColor. #561