SwiftEntryKit
SwiftEntryKit copied to clipboard
Entries are obscured by the keyboard
The entry is covered by the keyboard, and WindowLevel is invalid by setting it. How can I make the entry in front of the keyboard

Can do with this . it's in the documentation.
let offset = EKAttributes.PositionConstraints.KeyboardRelation.Offset(bottom: 10, screenEdgeResistance: 20)
let keyboardRelation = EKAttributes.PositionConstraints.KeyboardRelation.bind(offset: offset)
attributes.positionConstraints.keyboardRelation = keyboardRelation