2.2.0 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.