SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Beautiful animated Alert View. Written in Swift
I've tried telling the textfield I added to become first responder before show but that doesn't quite work as the alert view misses the notification and is occluded by the...
Does anyone have sample code of how you would create a simple 9 keypad dialog inside of alertview?
I have searched through example and wiki but couldn't find anything. The problem is that following code is not working on button height: ``` let appearance = SCLAlertView.SCLAppearance( kWindowWidth: 275,...
Is there a way to resize SCLAlertView height and width in real time? Sorry for bad English. Thanks.
Display alert view, dismiss. Display same alert view, tap "Done", unexpected nil. Didn't do too much digging but found in `func buttonTapped` that `btn.selector` is causing the error. Going to...
Portrait dialog with title and subtitle : Now broken layout in landscape: It would be cool if layout looks ok in any orientation. Maybe even scrollable or hiding of title...
Is there a way to set a switch in the dialog with a custom view that would allow you to change a text field (numeric) to red if selected? Trying...
Is there no compatibility with VoiceOver? Can this library not be used on projects with accessibility for the visually impaired?
When I load up the SCAlertView I want to set some text to load into the TextView. So something that has previously been written, will stay in the box when...