Ran
|
Files
93
|
Run time
8s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/Instagram/IGListKit/commit/b2860c360">Fix scrollToObject: bug when scrolling to bottom with content inset Summary: This has been around forever, surprised we've never run into it. Instagram doesn't really use the `bottom` position except for one place that is already at the bottom of a view. Looks like this bug has just been hanging around quietly for ages. `UIScrollView` takes into account the content inset when changing the content offset. Doing math w/ the inset is both useless and incorrect. Issue fixed: #932 - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. Closes https://github.com/Instagram/IGListKit/pull/940 Differential Revision: D5881117 Pulled By: rnystrom fbshipit-source-id: </a><a class="double-link" href="https://github.com/Instagram/IGListKit/commit/5c9af4b6f">5c9af4b6f</a>
11150 of 11441 relevant lines covered (97.46%)
288.63 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|