Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress Hud is showing on the login page when the app is opened #21

Open
tszkanlo opened this issue Sep 19, 2017 · 0 comments
Open

Progress Hud is showing on the login page when the app is opened #21

tszkanlo opened this issue Sep 19, 2017 · 0 comments

Comments

@tszkanlo
Copy link

The progress hud in UserQueryViewController inherited from SKYChatParticipantListViewController -> viewWillAppear() -> performUserQuery()

The login page is now loaded after the RootViewController (tab bar controller) with UserQueryViewController as root controller. So the progress hud will be always here when login page is loaded.

For example, when the server is slept, the progress hud will be shown on the login page for a while before error is returned to dismiss the progress hud.

Solution:

  • dismiss the progress hud in the loginviewcontroller
  • restructure the login flow for the whole demo
  • set time out for the progress hud in uikit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant