SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Beautiful animated Alert View. Written in Swift
Sometimes changing the screen size on iPad, then in MultiTasking, the alert, once opened and after changing the screen size, becomes unresponsive, restoring the size in which the alert was...
Please update cocoapods with the Swift4.2 changes....
Sorry for ignorance on github, but I see changes made for Swift 5 and such, but when I do pod update, it stays on v0.8 from july 2017? What am...
In some languages, there are an upper character that was located above the alphabet. If we use textViewContainerInset as zero, the above character would be missing. In some word that...
@vikmeup this is such a great framework, is it no longer being maintained?
Fixing issue #479 - `showTitle(view, title: NSAttributedString, subTitle: NSAttributedString, timeout, style)` is added to provide NSAttributedString support in `SCLAlertView`s
I want to make tintColor of icon and button, standard key color of application. I think include iconTintColor property in SCLAppearance.
Fixing issue #364 - Now SCLAlertView::addTextField method has a new, optional parameter: onTextEditingFinished: ((String) -> Void)? = nil, by which the users can provide a callback to be executed after...
Fixing issue #387 - Now `iconTintColor` has been refactored and moved to `SCLAppearance` from `SCLAlertView`; necessary parameters for the initializers are also added
Fixing issue #388 - In fact, the issue's title asked for "changing the color of the button on click", but the issue description requested open access to the button's property...