All Versions
12
Latest Version
Avg Release Cycle
116 days
Latest Release
1416 days ago
Changelog History
Page 2
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.