All Versions
12
Latest Version
Avg Release Cycle
116 days
Latest Release
1416 days ago

Changelog History
Page 2

  • v2.2.1 Changes

    February 23, 2018

    โช Restores the vertical margin of the title text of RMessage when no navigation bar is present to be that of 2.1.5.

  • v2.2.0 Changes

    February 22, 2018

    ๐Ÿ”‹ 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.