You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working with a UIViewController which has a custom inputAcessoryView, as in
override var inputAccessoryView: UIView {
return myInputAccessoryView
}
The problem is that, in this case, the inputAccessoryView is always displayed above the SwiftSpinner. Is this by design, a bug, or is it something a can tweak either in my acessoryView or in how I call SwiftSpinner?
The text was updated successfully, but these errors were encountered:
Hi @alezoffoli
this might be a bug. Can you do a quick test by calling bringSubviewToFront(spinner) on UIApplication.shared.windows.first{ $0.isKeyWindow } after show? (The spinner reference is returned by the show call.)
Just to asses where the issue is.
I'm currently working with a UIViewController which has a custom
inputAcessoryView
, as inThe problem is that, in this case, the
inputAccessoryView
is always displayed above the SwiftSpinner. Is this by design, a bug, or is it something a can tweak either in my acessoryView or in how I call SwiftSpinner?The text was updated successfully, but these errors were encountered: