如何在inputAccessoryView上面设置PKHUD
How to set PKHUD above inputAccessoryView
有没有办法让 HUD 保持在 inputAccessoryView 之上?
看这个
如果你想在键盘上方显示 HUD,你必须这样做:
HUD.show(.progress, onView: UIApplication.shared.windows.last)
有没有办法让 HUD 保持在 inputAccessoryView 之上?
看这个
如果你想在键盘上方显示 HUD,你必须这样做:
HUD.show(.progress, onView: UIApplication.shared.windows.last)