SwiftyButton v0.3.0 Release Notes

Release Date: 2015-12-03 // over 8 years ago
    • SwiftyButton can now be configured with a Style (Flat or Pressable).
    • Breaking: Added a higlightedButtonColor property to allow flat buttons that change color on touch.

    ⚡️ Updating from v0.2.0?: If you're using pressable buttons, the highlighted color of your SwiftyButton has to be manually set to buttonColor. It is recommended to use SwiftyButton(style:) or SwiftyButton.updateWithStyle() to avoid manually setting properties.