ScrollKit icon indicating copy to clipboard operation
ScrollKit copied to clipboard

ScrollKit is a SwiftUI SDK that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.

Results 9 ScrollKit issues
Sort by recently updated
recently updated
newest added

I am using ScrollViewWithOffsetTracking and want to set the initial scroll offset to a different value than 0. How can I do this?

discussions

When setting a ScrollViewWithStickyHeader's 'showsIndicators' to 'false', this value is not passed on to ScrollViewWithOffsetTracking, so it always defaults to showing indicators. Current version: ` var scrollView: some View {...

When presenting a sheet with presentation detents, the sticky header functionality breaks a bit because the header tries to grow to the top of the screen, but the presentationDetent cuts...

bug

After successfully implementing ScrollKit on iPhone, when trying to test it on iPad, I found that half of the screen becomes un-scrollable when using an image as a header. Attached...

bug

If you use the `ScrollViewWithStickyHeader` in an iPad sidebar, the navbar height tracking will not work and the header will collapse to zero height. Although using this component in a...

bug

As SwiftUI has added more native scroll capabilities, such as being able to get the scroll offset, the library should be updated to use these native capabilities, instead of relying...

adjustment

I want to do something when scroll was finished.How can I do this? Thanks!

feature

I am using ScrollViewWithStickyHeader and want to center placeholder when list is empty. I tried to add empty placeholder with maxHeight infinity but still not centered. How can i do...

discussions

After 0.6.1 version, safeArea is ignored for header height see screenshots below:

discussions