Swiftpack.co - Swift Packages by skywinder

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by skywinder

skywinder/ActionSheetPicker-3.0 2.7.4
Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
⭐️ 3,399
🕓 5 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.7.4 Fix import for CocoaPods
5 weeks ago
## What's Changed * Update CONTRIBUTING.md by @noorulain17 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/553 * add Wei18 as a contributor for infra, review, and maintenance by @allcontributors in https://github.com/skywinder/ActionSheetPicker-3.0/pull/572 * Infra GitHub actions by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/574 * Fix Memory Leak & Fix import by @mlch911 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/561 * Release 2.7.4 by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/575 ## New Contributors * @mlch911 made their first contribution in https://github.com/skywinder/ActionSheetPicker-3.0/pull/561 **Full Changelog**: https://github.com/skywinder/ActionSheetPicker-3.0/compare/2.7.3...2.7.4
2.7.3
11 weeks ago
## What's Changed * Fix date picker dismissing when tapping on date picker in .inline style by @joeboyscout04 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/551 * Update ActionSheetPicker-3.0.podspec to 2.7.3 by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/568 ## What's Changed on Github Actions * Add GitHub actions to deploy CocoaPods by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/564 * Migrate CI from TravisCI to GitHubActions by @Econa77 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/546 * Fixed DeployCocoaPods Github Action by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/566 * Add job build in ci.yml for CocoaPods, Carthage, Swift Package by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/567 ## New Contributors * @joeboyscout04 made their first contribution in https://github.com/skywinder/ActionSheetPicker-3.0/pull/551 **Full Changelog**: https://github.com/skywinder/ActionSheetPicker-3.0/compare/2.7.2...2.7.3
2.7.2 for Swift Package
12 weeks ago
## What's Changed * Fix typo in the comment by @ad-sho-loko in https://github.com/skywinder/ActionSheetPicker-3.0/pull/521 * Reduced minimum iOS version back to 9.0 by @ddaddy in https://github.com/skywinder/ActionSheetPicker-3.0/pull/523 * Fix SPM issue (#525) in https://github.com/skywinder/ActionSheetPicker-3.0/pull/527 * Issue 538 - Remove conditional statements less than iOS9 by @jolyot in https://github.com/skywinder/ActionSheetPicker-3.0/pull/539 * Fixed #526 (`tapDismissAction` broken after 2.5.1), Improved #491 (Background-tap to dismiss) by @noorulain17 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/528 * Fixed an issue building using the Swift Package Manager by @Econa77 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/545 * [Fix] import issue on Swift Pacakge by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/555 * Release 2.7.2 by @Wei18 in https://github.com/skywinder/ActionSheetPicker-3.0/pull/562 ## New Contributors * @ad-sho-loko made their first contribution in https://github.com/skywinder/ActionSheetPicker-3.0/pull/521 * @jolyot made their first contribution in https://github.com/skywinder/ActionSheetPicker-3.0/pull/539 * @Econa77 made their first contribution in https://github.com/skywinder/ActionSheetPicker-3.0/pull/545 **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
Release 1.0.10
9 years ago
Crash and UI fixes.
iOS

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