BottleRocketStudios / iOS-UtiliKit

All the things you're tired of writing.
Apache License 2.0
23 stars 13 forks source link

Fix an transition issue in iOS 13 #79

Closed wmcginty closed 5 years ago

wmcginty commented 5 years ago

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 commented 5 years ago

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.