SwiftyDrop icon indicating copy to clipboard operation
SwiftyDrop copied to clipboard

Lightweight dropdown message bar in Swift. It's simple and beautiful.

Results 13 SwiftyDrop issues
Sort by recently updated
recently updated
newest added

`import SwiftyDrop` ``` enum Custom: DropStatable { case BlackGreen var backgroundColor: UIColor? { switch self { case .BlackGreen: return .black } } var font: UIFont? { switch self { case...

Is this pod for mac-os too? You have written for mac in your documentation, but I did not find anything related to mac. Regards, Talha Ejaz

Hi, I want to be able to show the banner until I hide it instead for showing it for a certain duration i.e. 3 seconds. Is there a way of...

Added a completion handler to the dropdown, as discussed in #55 I kept action as the last parameter to `drop()`, so that we don't break anyone using trailing closure syntax....

Drop down text is blocked by the top notch of iPhone X. It no longer works. Bottom up may be an option.

In my project swifty drop casues code sign error when running on device. I use latest carthage (0.27) to build swiftydrop. The error is "this application's bundle identifier does not...

Does this plugin has a completion handler? I want to run a callback method on closing of the message

If you want to use this library in an iOS Extension, it is not possible at the moment. There are usages of `UIApplication.sharedApplication()` - which is not available in extensions.

help wanted