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

I am using the new feature with the centered view which can be pushed away by the user. It look amazing. However, I have one little request. When the user...

enhancement

There are scenarios where some apps would like to cancel hiding a message and have the in-flight animation reversed.

enhancement

About a year ago, i frequently see a view presented a part and user can drag it to show more (like apple map). I think this feature will add more...

enhancement

# Issue I have a function that logout my user: ``` func logout() { let storyboard = UIStoryboard(name: "Main", bundle: nil) let controller = storyboard.instantiateInitialViewController() UIApplication.shared.keyWindow?.rootViewController = controller UIApplication.shared.keyWindow?.makeKeyAndVisible() }...

bug

Hi there, I want to use SwiftMessages for progress reporting and would like to provide a rotating Icon. I can't see how this is currently possible. Perhaps a new "configure...

enhancement

Hi, I'm evaluating to use your great library in my app. Only a question: in a `UINavigationController` based app is there a way to attach message only in top viewcontroller?...

From @wousser: Maybe I can provide some context as I'm experiencing the same issue. I'm presenting a .MessageView at the bottom of the current viewcontroller `config.presentationContext = .viewController(self)` and `config.duration...

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

XCode 14 SwiftMessages version 9.0.6 let view = MessageView.viewFromNib(...) cause a crash. Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name...