RMessage v3.0.0 Release Notes

Release Date: 2018-09-10 // over 5 years ago
    • ๐Ÿฑ Rewritten in Swift ๐ŸŽ‰.
    • ๐Ÿ’… Message notification designs are now easily specified in code via the RMessageSpec protocol - no more passing in design styles via a json design file.
    • ๐Ÿ‘Œ Support for generic UIViews for the Left/Right/Background of the message. Want to pass a UIButton for the left view or background view? Go ahead.
    • ๐Ÿ‘Œ Support for Attributed string stylings.
    • ๐Ÿ‘Œ Support for new message duration types such as messages that can only be dismissed by tapping, or swiping, or both.
    • ๐Ÿ‘Œ Support for canceling messages already in the queue waiting to be presented.
    • ๐Ÿ‘Œ Support for Carthage.
    • ๐Ÿ‘ Groundwork for custom animator objects via the RMessageAnimator Protocol has been set, support for passing in your own animators coming soon.

    Note: RMessage now requires requires iOS 11.0 and Swift 4.1