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

Differentiate between account detail changes requiring new view controllers and minor detail changes #19

Open
aydenp opened this issue Dec 6, 2017 · 0 comments
Assignees

Comments

@aydenp
Copy link
Owner

aydenp commented Dec 6, 2017

Currently when we refresh, if accounts change the view controllers will be re-created and set. This is good, except for when minor details that we can represent in the view controller change, such as account name or balance. When this happens, we should fire a different notification that results in the new account information getting set on the view controller, without creating a new one.

@aydenp aydenp added this to the Initial Completion milestone Dec 6, 2017
@aydenp aydenp self-assigned this Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant