Swiftpack.co - Swift Packages by hellojoelhuber

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

Packages published by hellojoelhuber

hellojoelhuber/swiftui-drag-and-drop 0.2.0
A Drag-and-Drop library in pure SwiftUI.
⭐️ 26
🕓 1 year 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.
v0.2.0
1 year ago
This release fixes a bug where onRotate would not update dropReceivers' dropAreas on iPad and on iPhones running iOS 16 or higher.
v0.1.0
1 year ago
Initial release.
iOS macOS watchOS
hellojoelhuber/swift-trapezoid-shapes 1.3.0
RoundedTrapezoid and Trapezoid shapes for SwiftUI
⭐️ 2
🕓 1 year 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.
v1.3.0
1 year ago
Changed `cornerOffset` to `cornerRadius` to parallel the standard library implementation of RoundedRectangle. Moved enum `FlexibleEdge` to its own file so that the `Path` extension could share it. Changed `FlexibleEdge` to a type `Int` to remove the case -> Int conversion function and call `.rawValue` in the `Path`, which improves code readability.
v1.2.1
1 year ago
Fixed a type on the internal enum name.
v1.2.0
1 year ago
Added a new property, flexibleEdge, which can be set to top, right, bottom, or left. This setting is in lieu of .rotation3DEffect, which would sometimes not result in the desired shape. This setting replaces ratioDirection.
v1.1.0
1 year ago
Added a new `init(cornerOffset:)` to RoundedTrapezoid. Added a new property, `ratioDirection`, which can be set to vertical (default) or horizontal. This setting is in lieu of `.rotation`, which would sometimes not result in the desired shape.
v1.0.2
1 year ago
Initial public release.
iOS macOS watchOS tvOS

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