Closed zenangst closed 4 years ago
Merging #190 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #190 +/- ##
=======================================
Coverage 80.11% 80.11%
=======================================
Files 11 11
Lines 835 835
=======================================
Hits 669 669
Misses 166 166
Flag | Coverage Δ | |
---|---|---|
#iOS | 43.00% <ø> (ø) |
|
#macOS | 80.11% <ø> (ø) |
|
#tvOS | 43.00% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
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 ec055af...f364118. Read the comment docs.
UICollectionViewController
's as their view is different from other core classes.Because
UICollectionViewController
's view is an internal class (UICollectionViewControllerWrapperView
), we need to cherry-pick by adding the collection view as the view that goes intoFamilyScrollView
and prepend the view controllers view (the internal class) to the bottom of the hierarchy so that it doesn't cover up theFamilyScrollView
.