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

Fix an transition issue in iOS 13 #79

Merged
merged 3 commits into from
Sep 16, 2019
Merged

Fix an transition issue in iOS 13 #79

merged 3 commits into from
Sep 16, 2019

Conversation

wmcginty
Copy link
Contributor

Using transition(from:to:) was causing unbalanced appearance calls to the transitioning controllers. Reverted to use a more standard (read: none) animation as the default - it is up to the user to provide an actual animation if they so wish.

@codecov-io
Copy link

codecov-io commented Sep 13, 2019

Codecov Report

Merging #79 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #79   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         433    433           
=====================================
  Hits          433    433

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17e5250...20fb7ab. Read the comment docs.

@wmcginty wmcginty merged commit 6728732 into master Sep 16, 2019
@wmcginty wmcginty deleted the transitionIssue_iOS13 branch September 16, 2019 16:42
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.

None yet

3 participants