Swiftpack.co - pantelisss/PullableScrollView as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by pantelisss.
pantelisss/PullableScrollView 1.0.1
Pull to refresh functionality for SwiftUI
⭐️ 5
🕓 1 year ago
iOS
.package(url: "https://github.com/pantelisss/PullableScrollView.git", from: "1.0.1")

PullableScrollView

Platform SwiftVersion

PullableScrollView is a SwiftUI component to integarate the missing pull to refresh functionality from scroll views.

Usage

PullableScrollView(tintColor: .red,
                   refreshCallback: { callback in
                       // Fetch some data and invoke `callBack` to hide the indicator.
                   }, content: {
                       Text("Scroll view content")
                   })

Install

SwiftPM

https://github.com/pantelisss/PullableScrollView.git

GitHub

link
Stars: 5
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics