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
Determines whether or not the view is visible in the DOM. (This does not necessarily mean that is visible to the user.) Changing the visibility sends a visibilityDidChange notification, as well as viewWillAppear/ViewDidAppear or viewWillDisappear/ViewDidDisappear notifications as appropriate.
An invisible view's element has display: none, while a visible view's element has display: inherit.