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
Description: The structure of my project is UITabbarViewController -> UINavigationController->CustomViewController. I present a BViewController on the CustomViewController and everything is normal here, but I have to judge the login in the CustomViewController, and push the login interface without logging in. The login interface will present BViewController, which makes me very confused. I want to know how to make BViewController pop up only on CustomViewController, but not on other interfaces.
The text was updated successfully, but these errors were encountered:
Description: The structure of my project is UITabbarViewController -> UINavigationController->CustomViewController. I present a BViewController on the CustomViewController and everything is normal here, but I have to judge the login in the CustomViewController, and push the login interface without logging in. The login interface will present BViewController, which makes me very confused. I want to know how to make BViewController pop up only on CustomViewController, but not on other interfaces.
The text was updated successfully, but these errors were encountered: