Download Latest Version 2.7.5 Fix fatal issue on iPad source code.tar.gz (6.7 MB)
Email in envelope

Get an email when there's a new version of ActionSheetPicker

Home / 2.7.2
Name Modified Size InfoDownloads / Week
Parent folder
2.7.2 for Swift Package source code.tar.gz 2024-01-30 6.6 MB
2.7.2 for Swift Package source code.zip 2024-01-30 6.8 MB
README.md 2024-01-30 2.0 kB
Totals: 3 Items   13.4 MB 1

What's Changed

New Contributors

Full Changelog: https://github.com/skywinder/ActionSheetPicker-3.0/compare/2.7.1...2.7.2

Installation:

:::swift
// Package.swift
dependencies: [
    .package(url: "https://github.com/wei18/github-rest-api-swift-openapi.git", from: "2.7.2"),
]
targets: [
    .target(
        name: "YouTarget",
        dependencies: [
            .product(name: "ActionSheetPicker-3.0", package: "ActionSheetPicker-3.0")
        ]
    ),
]

:::swift
// Usage.swift
import CoreActionSheetPicker

or ref https://github.com/skywinder/ActionSheetPicker-3.0?tab=readme-ov-file#swift-package-manager

Source: README.md, updated 2024-01-30