2.3.0 Release
Features:
- Ability to tint icon image via design file property: iconImageTintColor. Icon image must be set as a template image in Xcode.
- Tweak default presentation of message to not appear as if spring animation is overshooting and presenting a visual gap. This can be disabled via design file property: disableSpringAnimationPadding.
- Allow corner rounding to be applied to message view via design file property: cornerRadius. Note: When using this property you most likely want to set the disableSpringAnimationPadding property to 1.
BugFixes:
- Fix message presentation/animation on iPhone X.
Internal:
- Add standard view controller tests.