Window level issue
Hi. There is a bug connected with window level.
To reproduce the bug just put this code inside of any view controller's viewDidLoad that overrides inputAcessoryView (e.g. inside of InputAccessoryExampleViewController in the example project):
DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
UIApplication.shared.delegate!.window!!.windowLevel = .statusBar + 1
}
Result: When the window's level changes the input bar just disappears.
@mixo44 Did you find a solution for this?
This probably applies to any input accessory view. You probably need to go the subview route.
same problem here, after SVPogressHUD dismiss then the input bar go disapear. plz help
This issue has become stale/outdated. Please re-open if desired.