RMessage v2.3.0 Release Notes

Release Date: 2018-04-13 // about 6 years ago
  • ๐Ÿ”‹ 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.