SwiftMessages v3.4.0 Release Notes

  • ๐Ÿ”‹ Features

    • โž• Added .center presentation style with a physics-based dismissal gesture.
    • โž• Added .custom(animator:) presentation style, where you provide an instance of the Animator protocol. The TopBottomAnimation and CenterAnimation animations both implement Animator and may be subclassed (configuration options will be added in a future release). PhysicsPanHandler class to provide a physics-based dismissal gesture.
    • โž• Added .centered message view layout with elements centered and arranged vertically.
    • โž• Added configureBackgroundView(width:) and configureBackgroundView(sideMargin:) convenience methods to MessageView.