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
I post the event in UITabBarController, and subscribe in HomeViewController. There relation is
UITabBarController -> UINavigationController(rootViewController: HomeViewController). All the operations are in the main thread but the event can only be triggered once.
The text was updated successfully, but these errors were encountered:
I post the event in UITabBarController, and subscribe in HomeViewController. There relation is
UITabBarController -> UINavigationController(rootViewController: HomeViewController). All the operations are in the main thread but the event can only be triggered once.
The text was updated successfully, but these errors were encountered: