SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Beautiful animated Alert View. Written in Swift
Could you please make a new release? Currently, Cocoapods pulls the release which is ~10 commits old.
When i use the SCLAlertView in the presented ViewController it will not work. And then i change the code from: ``` swift let rv = UIApplication.sharedApplication().keyWindow.subviews.first as UIView ``` to...
There is no compatibility with VoiceOver, so this library cannot be used in projects with accessibility for visually impaired in mind (almost every project). Primarily, the elements inside the dialog...
How can i add a UISwicth for "don't show this again" ?
*** Fetching SCLAlertView-Swift *** Checking out SCLAlertView-Swift at "3b04846a962d2ab70ed2da3dbc9638600146b38a" *** xcodebuild output can be found in /var/folders/_l/hbzfgl255vl7kl5k4y0rfq780000gq/T/carthage-xcodebuild.tmH6L3.log *** Building scheme "SCLAlertView" in SCLAlertView.xcworkspace Build Failed Task failed with exit code...
with #394 you delete `kTitleTop` - so you need to delete this test function https://github.com/vikmeup/SCLAlertView-Swift/blob/a98030ed4701682d60dd11f4d2aa0149f24a1bdc/SCLAlertViewTests/SCLAlertViewPropertiesTests.swift#L45
Hey I'm wondering if we can add a variable to SCLAlertView for determining if alert view is currently displayed or not
I was looking to use aspect fit. Is that possible? The image is getting stretched currently and that is not what I want.Couldn't find anything in the documentation. Thanks in...
I want to do something like this: ``` myButton = alertView.addButton("Enable", backgroundColor: .white, textColor: .black) { myButton.backgroundColor = .green } ``` but it won't let me. I also can't access...
When I add an image to the circleIconImage the image is really small. How would I make it the full width of the circle like ScaleAspectFill. Here is my code:...