RKDropdownAlert
RKDropdownAlert copied to clipboard
iOS / Objective C: an extremely simple UIAlertView alternative
+(void)title:(NSString_)title backgroundColor:(UIColor_)backgroundColor textColor:(UIColor*)textColor time:(NSInteger)seconds; I want to use faster or more precise timing for this. How about making another method which takes Float as a parameter? I could have done...
I seem to have a small bug where I have to tap the dropdown alert twice to dismiss that. Is there a reason for that? My code is simply :...
Thanks for writing this. Wondering if you've considered using block callbacks instead of delegate pattern? It would allow the completion handling code to live near where the alerts are shown...
The Fabric has a record of issue: iPhone5, iOS9.3.1 Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000000a1b06cf5 Thread : Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x2136ba86 objc_msgSend + 5 1 Foundation 0x222f779d -[NSObject(NSKeyValueObserverNotification) willChangeValueForKey:] +...
Please support [Carthage](https://github.com/Carthage/Carthage). You just need to share the build scheme and push it. Thanks!
If the device is in portrait and the orientation is changed to landscape while the alert is displayed the view is not resized to fit the whole width.
Hey, could you maybe add a (optional) close button to the right of the notification, or a swipe gesture similar to normal notifications in iOS, to dismiss the notification, without...