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

Replace transitioning modals with a page view controller #9

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

syoung-smallwisdom
Copy link
Collaborator

Turns out that DIAN ARC apps do not use this “NavigationController” singleton so it was fairly straight-forward to replace it with a page view controller.

Note: A page view controller is very old tech and animations aren't super smooth on older devices, but unlike using modals and windows, it is self-contained and doesn't make any assumptions about what is being used to present it.

Turns out that DIAN ARC apps do not use this “NavigationController” singleton so it was fairly straight-forward to replace it with a page view controller.
Copy link
Collaborator

@Erin-Mounts Erin-Mounts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit, otherwise looks good

Arc/Components/CognitiveImpl/ARCCognitiveState.swift Outdated Show resolved Hide resolved
@syoung-smallwisdom syoung-smallwisdom merged commit b43a797 into main Nov 6, 2023
1 check passed
@syoung-smallwisdom syoung-smallwisdom deleted the syoung/refactor-view-controllers branch November 6, 2023 17:54
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

Successfully merging this pull request may close these issues.

2 participants