SwiftMessages icon indicating copy to clipboard operation
SwiftMessages copied to clipboard

A very flexible message bar for UIKit and SwiftUI.

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

Added default haptic feedback support, fixes #207

Since iOS 13 it is no longer possible to show a view over the status bar. The workaround for this is to hide the status bar before showing the view...

I am keeping an inputAccessoryView always attached to the bottom of the viewController through a method described [here](https://stackoverflow.com/a/24855095/10467554). The viewController sets its inputAccessoryView and then becomes the first responder. However,...

I present UIActivityViewController to share an image, at the same time I need to show a SwiftMessage, but it is overlapped by device top notch. iOS 15.5 iPhone 12 mini...

I am getting the following error ``` Could not find module 'SwiftMessages' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, at: Build/Products/Debug-iphonesimulator/SwiftMessages.swiftmodule ``` I have opened Xcode in Rosetta Mode and still facing...

On phones without the safe area, like iPhone 8, the setting config.keyboardTrackingView = KeyboardTrackingView() works as desired. However, on phones with the safe area, like the 12, the message view...

To cover the status bar I set preferStatusBarHidden to true on the config object. However I found that the Status bar remain hidden even after the message view is retracted....

My question is related to the dismiss animation for the center presentation style, is there a way to change it?

In `ViewController.swift` there is a misspelled word `cenetered`. Also change from `Easily customize` to `Easily customizable`.

Maybe it would be a good idea to add some optional haptic feedback to certain alerts. According to the [human guidelines](https://developer.apple.com/design/human-interface-guidelines/ios/user-interaction/feedback/), there's three levels of feedback for notifications: success, warning...

enhancement