44 skills found · Page 1 of 2
nerdsupremacist / FancyScrollViewA SwiftUI ScrollView Designed to imitate the App Store and Apple Music ScrollViews (with or without a Parallax Header)
globulus / Swiftui Pull To RefreshPull to refresh functionality for any ScrollView in SwiftUI!
openalloc / SwiftTablerA multi-platform SwiftUI component for tabular data
izakpavel / SwiftUIPagingScrollViewimplementation of generic paging scrollView in SwiftUI
edudnyk / SolidScrollA liberated _ScrollView and _PagingView of SwiftUI.
fatbobman / IsScrollingAs the name suggests, IsScrolling provides a ViewModifier to get the current scrolling state of a ScrollView or List in SwiftUI. IsScrolling has good backward and forward compatibility since it is fully implemented natively in SwiftUI. 正如名称所示,IsScrolling 提供了一个 ViewModifier ,用来获取 SwiftUI 中 ScrollView 或 List 当前的滚动状态。由于完全采用了 SwiftUI 原生的方式实现此功能,因此 IsScrolling 具备了很好的前后兼容性。
ciaranrobrien / SwiftUIIndexedListAdd an index bar to a SwiftUI List or ScrollView.
b5i / InfiniteScrollViewsSwiftUI, UIKit and AppKit infinite ScrollView components, also includes a paged version.
stonko1994 / SimultaneouslyScrollViewSimultaneously scrolling ScrollViews with SwiftUI support! ↕️🚀
dkk / ScrollViewIfNeededA SwiftUI ScrollView that only scrolls if the content doesn't fit in the View
pavolkmet / ScrollViewSectionKitA SwiftUI library that allows you to add native (plain, grouped, insetGrouped) or custom section styles within the ScrollView SwiftUI component.
mremond / SwiftUI ScrollView DemoCustom Reversed Scroll View Example in pure Swift UI
hugehoge / SnappableA set of SwiftUI custom modifiers to make the ScrollView snappable.
ciaranrobrien / SwiftUISnappingScrollViewAdd snapping behaviour to a SwiftUI ScrollView.
swiftuiux / Swiftui Bottomsheet Drawersliding panel, expandable bottom sheet ui, resizable drawer, adaptive bottom sheet ui, collapsible panel, modal swiftui sheet, sliding sheet, swift botom sheet, ios bottom sheet BottomSheet macos Custom modal popup menu bottomsheet, bottom sheet with scrollview, bottom sheet for map, ios, macos, watchos, visionos, navigation
ciaranrobrien / SwiftUIDelayedGestureSwiftUI view modifiers to use gestures inside ScrollView and List.
ciaranrobrien / SwiftUIScrollOffsetRead and update the scroll offset of a SwiftUI List or ScrollView from anywhere in the view hierarchy
Livsy90 / StretchableA SwiftUI helper that adds stretch / overscroll scaling effects to views inside a ScrollView, using modern APIs on iOS 17+ and a backported implementation for iOS 13+, all exposed through a single, consistent API.
JakubSlawecki / HomeViewSwiftUISwiftUI Cards - Similar view as in the Apple "App Store - Today tab" It uses several animations and Scroll View. Fun to try to do something similar, the only problem is adding gestures to scrollView in SwiftUI, when they add some missing elements, the effect will be better.
ciaranrobrien / SwiftUILazyContainerLazy rendering and layouts in SwiftUI ScrollView