SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Beautiful animated Alert View. Written in Swift
Hello developer and everybody, When I try to show alert, I receive this error: > fatal error: unexpectedly found nil while unwrapping an Optional value In line: `let rv =...
On iPad Air 2 when the alert view is shown if you change the screen size by opening other apps in multitasking the alert view becomes non-responsive to touch. If...
How do I edit my subtitle? ` let appearance = SCLAlertView.SCLAppearance( kTitleFont: UIFont(name: "HelveticaNeue", size: 0)!, kTextFont: UIFont(name: "HelveticaNeue", size: 13)!, kButtonFont: UIFont(name: "HelveticaNeue-Bold", size: 14)!, showCloseButton: false, shouldAutoDismiss: false...
If I set isEnabled on the button to false, there's no visual clue that it's been disabled like a normal button would have.
Please release version 0.8.1 in CocoaPods
I am adding a custom view and setting the textViewBottom isn't doing anything. That property only works on text textfields added by addTextField method. What am I doing wrong? let...
I have a tableview with several items on whcih each it has an udpate button.When clicked it shows the alert, receive user inputs and reload data of the tableview. The...
hello I need set gradient to background alert tanks
My alert is quite long and it suits the best in portrait mode, how can I force SCLAlertView to be portrait even though the view is landscape?