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
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Currently, -show adds the view as a subview of the rootViewController of the window, or to the presentedViewController if there's one, which is good enough for most cases.
The text was updated successfully, but these errors were encountered:
Please note that after this change, OLGhostAlertView has to be shown in or after viewDidAppear: is invoked on the Root View Controller. If you attempt to call show before that, the instance may not be visible on the screen.
Currently,
-show
adds the view as a subview of therootViewController
of thewindow
, or to thepresentedViewController
if there's one, which is good enough for most cases.The text was updated successfully, but these errors were encountered: