SwiftOverlays icon indicating copy to clipboard operation
SwiftOverlays copied to clipboard

SwiftOverlays is a Swift GUI library for displaying various popups and notifications

Results 16 SwiftOverlays issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/1564519/58680224-6a68d180-8399-11e9-8203-28a534e60e3c.png) Does not automatically wrap when the text is too long.

It would be nice if we could have a light mode, just like in the Settings app when you upload a new profile picture for you iCloud account !

I use method SwiftOverlays.showBlockingWaitOverlayWithText("example. many words ...") If the string argument contains a several sentences ( > 8-10 words) the width will be more than the width of the screen...

On iPhone X, the notification view should be displayed a bit lower, otherwise it can't by fully seen. Is there anyone having the same issue, or am i missing something...

It fixes left and right paddings.

In current implementation we have some issues with too long messages. This changes can fix it.

Hi there, if you call `UIViewController.showOnTopOfStatusBar(view, duration: 1, animated: true)` and then call it again before the first notification disappeared, all further calls will show the notification twice. Please see...

Right now it seems it's not possible to use SwiftOverlays 4.0.0 in Objective-C code. I believe this is because the public methods in Swift need to be marked with @objc...

Got this warning, using 3.0.0 version ``` SwiftOverlays/SwiftOverlays/SwiftOverlays.swift:93:5: @discardableResult declared on a function returning Void is unnecessary ```