-
Notifications
You must be signed in to change notification settings - Fork 1
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
User should see a loading screen instead of the default values for the screens #83
Comments
Maybe a loading spinner or something |
@nashirj I am having trouble making the loading indication work for the tableView when going to the ProfileView and the AccountDetailsView. How the loading indicator works for when I navigate to the RideDetails: Issue on tableViews: Look at my branch issue_83 and lmk if you find a way to do it. We can discuss further too if needed. |
check this out, seems like it might be useful: https://stackoverflow.com/questions/4163579/how-to-detect-the-end-of-loading-of-uitableview are you saying though that this isn't giving you enough information? like the cells are loaded but not yet displayed? |
Done for now, need to revisit later |
On screens where fields are populated after a network request is made, the user should not see the default values. Maybe ask in iOS help about this?
The text was updated successfully, but these errors were encountered: