SwiftMessages icon indicating copy to clipboard operation
SwiftMessages copied to clipboard

A very flexible message bar for UIKit and SwiftUI.

Results 59 SwiftMessages issues
Sort by recently updated
recently updated
newest added

Hi @wtmoose, In my app, I'm using **SwiftMessages** to show an activity-indicator view during a time consuming operation. All it's ok. I found the `indefinite(delay: TimeInterval, minimum: TimeInterval)` enum case...

Hello Please add Prefix to all files, nibs etc. I got situation when I add xib with name CardView, your bundle also has xib named CardView, so function fileprivate class...

Hello :) I've posted almost 1 year ago in #253 an issue where my app crashed due to autolayout issue. At the time i've updated SwiftMessage to 6.0.2 and the...

Hello, I need to show a message over the status bar. However, the message covers navigation button on the iPhone X as you can see in this screenshot: ![simulator screen...

I'm displaying a message on the top of the screen with a presentationContext of view, where the view has been set to the top view of the view controller. However...

bug

Hi @wtmoose , I think this project is brilliant, and I want to add a popover animation for it, but since I lack of auto-layout and related knowledge, I'm asking...

Renamed **Theme** enum in **SMTheme**, could result a duplication with other lib or app classes

I'm trying to add this framework to my tvOS project, but it looks like tvOS is not currently supported. I would think (hope) adding support for tvOS would be relatively...

enhancement

Currently I am using a custom navigationbar: https://github.com/Pircate/EachNavigationBar If I use it instead of system one, I could not see the banner display under the custom navigation bar. ![image](https://user-images.githubusercontent.com/1830640/52163157-2d593f00-2719-11e9-94ac-0c01e29fbc7d.png) Is...

It would be great if I can present multiple centered views, without the one waiting for another. I got a tableView which displays the messages the user has. This is...

enhancement