SDCAlertView

The little alert that could

MIT License

Stars
1.9K
Committers
53

Bot releases are hidden (Show)

SDCAlertView - 12.0.3 Latest Release

Published by sberrevoets over 1 year ago

What's New:

  • Fix issue where alert wouldn't animate back in place after dismissing the
    keyboard
SDCAlertView - 12.0.2

Published by sberrevoets about 3 years ago

12.0.2

What's New:

  • Fix occasional crash on iOS 15
SDCAlertView - 12.0.1

Published by sberrevoets over 3 years ago

12.0.1

What's New:

  • Proper use of semantic versioning
SDCAlertView - 12.0

Published by sberrevoets over 3 years ago

What's New:

  • Support for Swift Package Manager
SDCAlertView - 11.1.2

Published by sberrevoets over 4 years ago

11.1.2

Bug Fixes:

  • Fix incorrect padding for content views in action sheets
SDCAlertView - 11.1.1

Published by sberrevoets over 4 years ago

11.1.1

What's New:

  • Refactored the action sheet UI to code, eliminating the hard-to-understand XIB
SDCAlertView - 11.1

Published by sberrevoets over 4 years ago

11.1

What's New:

  • Action sheets can now receive an image view on the left and accessory view on the right of each action
  • The color of the chrome/dimming view can now be set on visual styles
  • The spacing between title/message labels has been updated to the ones
    UIAlertController uses

Bug Fixes:

  • View controllers presented from alerts/action sheets aren't dismissed
    anymore when using the alert's dismiss() method
  • The area around text fields is now the same background color as alerts when one is set
  • Dark mode appearances are more like the native UIAlertController ones
SDCAlertView - 11.0

Published by sberrevoets over 4 years ago

11.0

What's New:

  • Dark Mode support on iOS 13 (#298)
SDCAlertView - 10.0

Published by sberrevoets over 5 years ago

This release brings Swift 5.0 compatibility

SDCAlertView - 9.0.1

Published by sberrevoets about 6 years ago

Bug Fixes:

  • Fixes incorrect margins for new iPhones
SDCAlertView - 9.0

Published by sberrevoets about 6 years ago

This release brings Swift 4.2 compatibility.

SDCAlertView - 8.1.1

Published by sberrevoets about 6 years ago

Bug Fixes:

  • Fixes incorrect spacing when an action sheet doesn't have a label
SDCAlertView - 8.1

Published by sberrevoets over 6 years ago

This release brings Swift 4.1 compatibility.

Bug Fixes:

  • Fixes build issues when using the new build system and CocoaPods
  • Fixes a missing contentView in action sheets
SDCAlertView - 8.0.2

Published by sberrevoets almost 7 years ago

Bug Fixes:

  • Fixes the inverted dismissOnOutsideTap behavior for alert views
  • Hides action sheet labels when no title or subtitle are provided
  • Fixes action sheet layout issues on iPhone X
  • Invokes the preferredAction when the return key is hit on a hardware
    keyboard
  • Return no preferredAction when the style of the alert is an action sheet
SDCAlertView - 8.0.1

Published by sberrevoets about 7 years ago

Bug Fixes:

  • Fixes a layout issue when creating an alert with a custom content view
SDCAlertView - 8.0

Published by sberrevoets about 7 years ago

8.0

This release brings Swift 4 and iOS 11 compatibility. It also increases the
deployment target to iOS 9.0.

What's New:

  • Adds a closure for handling taps in the outer (chrome) area of the alert
  • Improves accessibility for alert actions
  • AlertController.add() has been renamed to AlertController.addAction() for
    clarity
  • The AlertBehaviors constants are now lowercased, following Swift 3
    conventions.

Bug Fixes:

  • Fixes an issue that could lead the alert to be shown in an unsupported
    orientation
SDCAlertView - 7.1.2

Published by sberrevoets over 7 years ago

Bug Fixes:

  • Fixes a bug that could incorrectly set cancel button attributes on action
    sheets
SDCAlertView - 7.1.1

Published by sberrevoets over 7 years ago

Bug fixes:

  • Fixes a retain cycle when adding text fields to the alert
  • Properly makes the first text field the first responder when presenting an
    alert with text fields
SDCAlertView - 7.1

Published by sberrevoets almost 8 years ago

What's New:

  • Makes AlertVisualStyle subclassable again
  • Adds support for custom background colors in action sheets
  • Adds Taptic feedback when dragging between buttons on iPhone 7

Bug Fixes:

  • The dismissal animation looks like the system one again
  • Action sheets without an explicit cancel button won't show the inferred cancel button twice anymore
  • Button labels size and truncate as expected now, instead of being cut off
SDCAlertView - 7.0.1

Published by sberrevoets about 8 years ago

Bug Fixes:

  • Avoids an infinite loop/crash when using an action sheet without explicit cancel buttons
Package Rankings
Top 1.23% on Cocoapods.org
Top 17.35% on Carthage
Related Projects