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

show placeholder graph right away #82

Merged
merged 1 commit into from
Jul 9, 2020

Conversation

krugerk
Copy link
Contributor

@krugerk krugerk commented Jul 4, 2020

a placeholder image is being used until the goal is loaded however this is set relatively late - in viewDidAppear, which means the user sees the view containing a large white/blank area where the graph will appear, then sees the placeholder, then sees the updated graph

with this change, the placeholder is set right straight away and thus is seen as the goalVC is being slid into view

a placeholder image is being used until the goal is loaded however this is set relatively late - in `viewDidAppear`, which means the user sees the view containing a large white/blank area where the graph will appear, then sees the placeholder, then sees the updated graph

with this change, the placeholder is set right straight away and thus is seen as the goalVC is being slid into view
@krugerk krugerk added PEA Easy-peasy UVI Will count as a User-Visible Improvement labels Jul 4, 2020
@krugerk krugerk requested a review from andrewpbrett July 4, 2020 12:05
@andrewpbrett andrewpbrett merged commit d7c6872 into master Jul 9, 2020
@andrewpbrett andrewpbrett deleted the show-goalVC-already-with-placeholder branch July 9, 2020 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PEA Easy-peasy UVI Will count as a User-Visible Improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants