zenangst / Family

:children_crossing: A child view controller framework that makes setting up your parent controllers as easy as pie.
Other
250 stars 10 forks source link

Fix a crash on iOS 10 #131

Closed superk589 closed 5 years ago

superk589 commented 5 years ago

This fixes issue #130

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   83.18%   83.18%           
=======================================
  Files          10       10           
  Lines         767      767           
=======================================
  Hits          638      638           
  Misses        129      129
Flag Coverage Δ
#iOS ?
#macOS 83.18% <ø> (ø) :arrow_up:
#tvOS ?

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 9eab214...c5f663e. Read the comment docs.

zenangst commented 5 years ago

@superk589 awesome find, thanks a bunch for the PR.