Swiftpack.co - Swift Packages by pkluz

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

Packages published by pkluz

pkluz/PKHUD 5.4.0
A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8.
⭐️ 3,768
🕓 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.
SPM support
3 years ago
Thanks to @arturgrigor
4 years ago
Fix Xcode settings
5 years ago
Xcode 10
5 years ago
Swift4.2 Support
5 years ago
Swift4 Support
6 years ago
6 years ago
- Deprecated graceTime. Fixed in #168 - Fix add subview to UIVisualEffectView #169
6 years ago
Change default HUD Visible State to false. Fixed by @Veronique in #165
Swift 3.1
7 years ago
The Grace version
7 years ago
Thanks to @isaced now it's possible to set a grace period. Grace period is the time (in seconds) that the invoked method may be run without showing the HUD. If the task finishes before the grace time runs out, the HUD will not be shown at all. This may be used to prevent HUD display for very short tasks. Defaults to 0 (no grace time). like MBProgressHUD. ``` swift PKHUD.sharedHUD.graceTime = 0.5 HUD.show(.progress) ... // Your task code ```
iOS
pkluz/Indicate 2.0.0
Interactive notification pop-over (aka "Toast) modeled after the iOS AirPods and Apple Pencil indicator.
⭐️ 112
🕓 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.
[2.0.0] Improved Sizing API permitting for intrinsic sizing.
1 year ago
1.0.6
1 year ago
- SwiftPM Support
1.0.5
2 years ago
# Changelog - Added ability to supply font and color settings via the configuration object.
1.0.4
2 years ago
# Changelog - Improved Bundle Access
1.0.3
3 years ago
# Changelog - Parameterized presentation duration
1.0.2
3 years ago
# Changelog - Prevent PresentationController from getting deallocated unintentionally. - Fix sizeThatFits(_:) computation for indicator.
1.0.1
3 years ago
# Changelog - Better Documentation - Reducing API scope by `intern`-alizing more objects.
1.0.0
3 years ago
Initial Release
iOS macOS

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