BottleRocketStudios / iOS-UtiliKit

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

Container fix #43

Closed wmcginty closed 5 years ago

wmcginty commented 5 years ago

Allows calls to transitionToController with a previously unmanaged child before viewDidLoad to have an effect at load time. By placing the new child as the first object in managedChildren we ensure that it gets transitioned to at load time. This means that successive calls to transitionToController before viewDidLoad will result in the last call taking effect.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          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.