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
Is it possible to aling a big one LoadingHUDView to center on UIView instead of top side?
Also, I found a not an issue, but just important info: in my project I call _hud.StopAnimating() in separated thread, which is used to load some data. Be informed that it doesn't do anything. StopAnimating() works only when executed in main threat. Something like this:
InvokeOnMainThread (delegate {
_hud.StopAnimating();
});
Now it (StopAnimating()) works.
The text was updated successfully, but these errors were encountered:
Is it possible to aling a big one LoadingHUDView to center on UIView instead of top side?
Also, I found a not an issue, but just important info: in my project I call _hud.StopAnimating() in separated thread, which is used to load some data. Be informed that it doesn't do anything. StopAnimating() works only when executed in main threat. Something like this:
InvokeOnMainThread (delegate {
_hud.StopAnimating();
});
Now it (StopAnimating()) works.
The text was updated successfully, but these errors were encountered: