Closed wmcginty closed 5 years ago
Merging #43 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #43 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 3 3
Lines 180 180
=====================================
Hits 180 180
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 606f944...f0bc3e6. Read the comment docs.
Allows calls to
transitionToController
with a previously unmanaged child beforeviewDidLoad
to have an effect at load time. By placing the new child as the first object inmanagedChildren
we ensure that it gets transitioned to at load time. This means that successive calls totransitionToController
beforeviewDidLoad
will result in the last call taking effect.