RMessage v2.2.0 Release Notes

Release Date: 2018-02-22 // about 6 years ago
  • ๐Ÿ”‹ Features:

    • Ability to embed a UIButton
    • Ability to size to fit title/subtitle labels via the titleSubtitleLabelsSizeToFit property of RMessageView. Setting this property to true will prevent the labels from expanding to the width of the message
    • โž• Added new methods taking presentingCompletion and dismissCompletion callback blocks, which get called on presentation/dismissal of the message

    ๐Ÿ›  BugFixes:

    • ๐Ÿ›  Fix a crash generated by a UIAppearance proxy bug.
    • ๐Ÿ›  Fix incorrect tap callback logic which would get called on dismissal of the message instead of exactly when user taps on message.
    • ๐Ÿ›  Fix tap callback not being called on an EndlessDuration type message.

    Misc:

    • โž• Add starter UITests and UnitTests
    • ๐Ÿ”จ Code cleanup and refactoring of layout and animation.