LPSnackbar Versions Save

A flexible and easy to use Snackbar control for iOS.

v3.1.0

5 years ago

Version 3.1.0

Update to Swift 5.0

v3.0.1

5 years ago
  • Build with Swift 4.2.1
  • Remove example project

v3.0.0

5 years ago
  • Build with Swift 4.2

v2.1.2

5 years ago
  • Build with Swift 4.1.2

v2.1.1

6 years ago
  • Build with Swift 4.1

v2.1.0

6 years ago

Version 2.1.0

  • Add support for safeAreaInsets, this guarantees that the snack will be placed within the correct frame, which fixes support for iPhone X.

  • To add support for safeAreaInsets, a new property adjustsPositionForSafeArea was added. With this set to true the snack will adjust it's position to fit within the correct frame.

  • Updated example project

v2.0.1

6 years ago

Version 2.0.1

  • Add official Carthage support.

v2.0.0

6 years ago

Version 2.0

Breaking changes and fixes.

  • Fix issue where same snack couldn't be dismissed then shown again. This is now possible.
  • Breaking API change to initializer for LPSnackbar, the initializers no longer take a displayDuration.
  • Removed displayDuration member from LPSnackbar.
  • Add displayDuration parameter to the show() method, works the same as before, but it is now in a more general place as display duration may now change whenever you present the snack.

v1.1.2

6 years ago

Version 1.1.2

  • Fix issue where LPSnackbarView's subviews were not accessible with accessibility.

v1.1.1

6 years ago

Version 1.1.1

  • Fix bug where displayTimer was not being invalidated when calling dismiss(animated:completeWithAction). This bug caused the SnackbarCompletion to be called twice.