SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Why is the action a selector instead of a closure?
Selector is very objective-C and very unlike idiomatic Swift. It must be updated to closures instead.