SweetAlert-iOS
SweetAlert-iOS copied to clipboard
Live animated Alert View for iOS written in Swift
Added a Material circular loader with new AlertStyle - .loading
- Add Alert Loading - Support DarkMode Alerts
/SweetAlert.swift:492:57: 'M_PI' is deprecated: Please use 'Double.pi' or '.pi' to get the value of correct type and avoid casting.
SweetAlert.swift and example code update from swift 3.0 to 3.5
Gives that warnings ! `ViewController.swift:32:22: Result of call to 'showAlert' is unused` `ViewController.swift:38:22: Result of call to 'showAlert(_:subTitle:style:)' is unused` like this about 12 warnings
For Swift 4.2 "'M_PI' is deprecated: Please use 'Double.pi' or '.pi' to get the value of correct type and avoid casting." And other syntax problems solved.
Changed syntax to swift 4.2
…to Double.pi Just updating the code to Swift 4.2