SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Beautiful animated Alert View. Written in Swift
I noticed that the method `addButton` changed to this: ``` addButton(_ title:String, backgroundColor:UIColor? = nil, textColor:UIColor? = nil, showTimeout:SCLButton.ShowTimeoutConfiguration? = nil, target:AnyObject, selector:Selector)->SCLButton ``` But when doing a pod install,...
hi , there is no question in Alert View Styles . thanks
I'd like to change the size of the buttons within the alert view but I can't seem to do it. The kWindowHeight and kWindowWidth properties just change the dimensions of...
This is the code where the issue arrises: The problem arrises on line 100. When this line is executed, the SCLAlertView is not dismissed but its content is still displayed...
is there a way to programmatically dismiss an alert? not autodismiss, we have an external trigger we capture and would like the alert to respond as well.
Hi, I need with Swift version. I know how to do this with the UIAlertView. I have functio to track: ``` func nameFieldDidChange(_ textField:UITextField){ self.currentAction.isEnabled = (textField.text?.characters.count)! > 0 }...
I have the issue that by default the first letter of the input in a textfield always seems to be capitalized. I am using the textfields for letting a user...
I added the following code to allow support for rendering HTML markup in the alert view so that it could have pickable links. It would be great if this capability...
I have a case where I only need the title that can be longer. I can increase the height but it should be supported using auto-layouts. Also I need to...
Would be nice to set the appearance globally once at startup.