SCLAlertView-Swift icon indicating copy to clipboard operation
SCLAlertView-Swift copied to clipboard

Beautiful animated Alert View. Written in Swift

Results 100 SCLAlertView-Swift issues
Sort by recently updated
recently updated
newest added

Cannot found 0.8.1 https://github.com/CocoaPods/Specs/tree/master/Specs/6/1/f/SCLAlertView

Hi, I have the following code; ``` @IBAction func showAlerFooFoobar(_ sender: UIButton, forEvent event: UIEvent) { let appearance = SCLAlertView.SCLAppearance( showCloseButton: false, shouldAutoDismiss: true ) let alert = SCLAlertView(appearance: appearance)...

How do i go about embedding a uipickerview into a custom alert? Is it possible? Thanks

Could not load the "" image referenced from a nib in the bundle with identifier xcode 10 beta, in view did load ` SCLAlertView().showInfo("Important info", subTitle: "You are great") `

hello I used this method to create the button _ = alert.addButton("Submit", target:self, selector:#selector(ViewController.firstButton)) how will i reference the text inside the textfield in the firstButton method

Am I just overlooking how you change the color of the entire dialog. If I want a Red Edit Dialog, how do you configure that. I see a style for...

I've tried searching all over the web, but I couldn't find a working solution yet. at these lines: UIApplication.shared.keyWindow! as UIWindow UIApplication.shared.keyWindow?.subviews I get the error: 'shared' is unavailable: Use...

It sometimes happens that if you: - show alert -> rotate device -> taps on buttons are not handled anymore.

I have an issue since this morning ... I don't understand why it appears suddenly, even if i did not change a bit my project configuration... ``` app/Pods/SCLAlertView/SCLAlertView/SCLExtensions.swift:48:136: Type 'NSAttributedStringKey'...