Name | Modified | Size | Downloads / 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
- 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