PopupDialog Versions Save

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.

1.1.1

4 years ago

Updates dependencies to Swift 5, thanks @maxxfrazer !

1.1.0

5 years ago

Swift 5 support. Thanks @toygark!

1.0.0

5 years ago

Dropped iOS 9 support. Explicitly set Swift version to 4.2 for Cocoapods, thanks to @micartu, https://github.com/micartu

0.9.2

5 years ago

Fixes crash when presenting dialog while app is in background. Thanks to https://github.com/ivulyov90

0.9.1

5 years ago

Fixes Carthage compatibility

0.9.0

5 years ago

Swift 4.2 compatibility, thanks to @afnanm1999

0.8.1

5 years ago

Adds additional shadow customization options for the container. That is, all known shadow properties are now exposed.

0.8.0

5 years ago

Separated pan and tap gesture. Thanks to @yoobato

0.7.1

6 years ago

Carthage improvements by https://github.com/Orderella/PopupDialog/commits?author=RyogaK Objective-C compatibility fixes by Julien Pouget

0.7.0

6 years ago

Introducing DynamicBlurView while removing FXBlurView