Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Refactor UICollectionViewController support #196

Merged

Conversation

zenangst
Copy link
Owner

  • Use addSubview rather than insertSubview(at:) to fix issue with
    navigation bars not collapsing properly
  • Disable user interactions and set background color to clear on
    internal collection view controllers wrapper view.

- Use `addSubview` rather than `insertSubview(at:)` to fix issue with
  navigation bars not collapsing properly
- Disable user interactions and set background color to clear on
  internal collection view controllers wrapper view.
@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   81.45%   81.45%           
=======================================
  Files          11       11           
  Lines         836      836           
=======================================
  Hits          681      681           
  Misses        155      155           
Flag Coverage Δ
#iOS 84.00% <ø> (ø)
#macOS 80.14% <ø> (ø)
#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 7111448...b20d6d8. Read the comment docs.

@zenangst zenangst merged commit c9105ff into master Sep 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants