SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.32k stars 746 forks source link

show behind on InputAccessoryView #492

Closed fr33css closed 2 years ago

fr33css commented 2 years ago

Can I know how to show the cardView above of the InputAccessoryView I have a messageview like slack and using inputAccessoryView for keep showing it. How can i show above of it

presentationStyle = .bottom,
presentationContext = .window(windowLevel: UIWindow.Level.statusBar)

is set

IMG_0011

fr33css commented 2 years ago

Fix