TWMessageBarManager icon indicating copy to clipboard operation
TWMessageBarManager copied to clipboard

An iOS manager for presenting system-wide notifications via a dropdown message bar.

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

I am showing user the popup on push notification. I want user to take immediate action. I do not want to hide the popup. I want to keep in on...

The drop down banner is obscured by the iPhone X notch.

Currently programmatically or with delay we can hide the notification. If we can add / expose a method to hide the notification by pushing upwards (like we do in iOS...

enhancement

allow swipe left/right to dismiss

I'm currently using this library with CocoaPods but i'm migrating to Carthage right now, this library has carthage support or any plans to support it?

Greetings, It would be great if there exists a possibility to customize these numerics: (lines 17-19 in TWMessageBarManager.m) ``` CGFloat const kTWMessageViewBarPadding = 10.0f; CGFloat const kTWMessageViewIconSize = 36.0f; CGFloat...