zenangst / Spots

:bamboo: Spots is a cross-platform view controller framework for building component-based UIs
Other
1.31k stars 72 forks source link

Improves pagination with .page enabled on iOS #815

Closed zenangst closed 6 years ago

zenangst commented 6 years ago

This improves how smooth the scrolling appears when using paginated scrolling with the setting .page on iOS.

codecov[bot] commented 6 years ago

Codecov Report

Merging #815 into master will decrease coverage by 0.81%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #815      +/-   ##
==========================================
- Coverage   84.89%   84.07%   -0.82%     
==========================================
  Files         152      152              
  Lines       10532    10533       +1     
==========================================
- Hits         8941     8856      -85     
- Misses       1591     1677      +86
Flag Coverage Δ
#ios 82.91% <0%> (-4.54%) :arrow_down:
#osx 86.67% <ø> (ø) :arrow_up:
#tvos 82.07% <0%> (-0.98%) :arrow_down:
Impacted Files Coverage Δ
Sources/iOS/Classes/ComponentFlowLayout.swift 65.49% <0%> (-0.21%) :arrow_down:
SpotsTests/tvOS/SpotsControllerTVOSTests.swift 0% <0%> (-100%) :arrow_down:
SpotsTests/tvOS/SpotsScrollViewTVOSTests.swift 0% <0%> (-100%) :arrow_down:
...potsTests/Shared/ComponentFocusDelegateTests.swift 0% <0%> (-86.37%) :arrow_down:
Sources/iOS/Classes/DefaultItemView.swift 80.64% <0%> (-6.46%) :arrow_down:
SpotsTests/iOS/ComponentDelegateiOSTests.swift 81.01% <0%> (-3.8%) :arrow_down:
...urces/iOS/Extensions/Delegate+iOS+Extensions.swift 88.88% <0%> (-1.24%) :arrow_down:

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 c4c0760...08c8baa. Read the comment docs.