Skip to content

2.2.0 Release

Compare
Choose a tag to compare
@isadon isadon released this 22 Feb 23:25
· 74 commits to master since this release

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.