SwiftMessages icon indicating copy to clipboard operation
SwiftMessages copied to clipboard

A very flexible message bar for UIKit and SwiftUI.

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

it still can rotate on iOS16 when i set false ( shouldAutorotate )

bug

I create a custom view to show with SwiftMessages, it shows beautifully but I have a close button inside that I want to handle the touchUpInside event to dismiss the...

Hi there! We make use of [Resolver](https://github.com/hmlongco/Resolver) for our dependency injection & service locator framework, and our SwiftMessages implementation involves registering our own instance of `SwiftMessages` as one of those...

Can you add a function to display priority based on weight? For example, what I am showing now is a pop-up window with low priority. When another pop-up window with...

`dequeueNext` is being called from a background queue [here](https://github.com/SwiftKickMobile/SwiftMessages/blob/62e12e138fc3eedf88c7553dd5d98712aa119f40/SwiftMessages/SwiftMessages.swift#L580C20-L580C20). This in turn does a check to the `isOrphaned` property [here](https://github.com/SwiftKickMobile/SwiftMessages/blob/62e12e138fc3eedf88c7553dd5d98712aa119f40/SwiftMessages/SwiftMessages.swift#L613). The `isOrphaned` property does a check to the `view.window` property...

bug
help wanted

**Describe the bug** I have received the following warnings in Xcode for SwiftMessages package (the numbers in brackets indicate the frequency): `BaseView.swift`: (2) Non-'@objc' instance method in extensions cannot be...

bug
help wanted

When displaying a SwiftUI-based message view below the navigation bar, the top of the message view is clipped by 5pts. Here's a sample project that illustrates the issue: [SwiftMessagesHostedTopMargin.zip](https://github.com/SwiftKickMobile/SwiftMessages/files/13508825/SwiftMessagesHostedTopMargin.zip) I...

bug

Add support for mac os in SwiftUI, currently it gives the following error: `SourcePackages/checkouts/SwiftMessages/SwiftMessages/Resources/TabView.xib: iOS xibs do not support target device type "mac".`

If I do `config.keyboardTrackingView = KeyboardTrackingView()`, I can show a message and then make the keyboard visible, and the message slides up so that it remains above the keyboard (though...

bug

In my app, I'm setting `overrideUserInterfaceStyle` on my MessageView to force a dark appearance when the app is in light mode. However, when doing this on iOS 17, the MessageView...

bug