Swiftpack.co - Swift Packages by krimpedance

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

Packages published by krimpedance

krimpedance/KRProgressHUD 3.4.8
A beautiful and easy-to-use progress HUD for your iOS.
⭐️ 682
🕓 7 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.
KRProgressHUD is now supported Swift Package manager
4 years ago
KRProgressHUD 3.4.3 for iOS 13 is available
4 years ago
Fixed iOS 13 bugs.
KRProgressHUD 3.4.1 for Swift 5.0 is available
4 years ago
KRProgressHUD 3.3.0 for Swift 4.2 is available
5 years ago
KRProgressHUD 3.1.0 for Swift4 is available
6 years ago
KRProgressHUD 3.1 is adapted to Xcode9 and Swift4. If you want to use swift3.2 version, show `swift3.2` branch.
KRProgressHUD 3.0 is available 🍺
6 years ago
## New ### - KRActivityIndicatorView was cut off. ### - The setting method of styles was changed big. + Default settings ``` KRProgressHUD.appearance().style = .black KRProgressHUD.appearance().activityIndicatorStyle = .gradationColor(head: .red, tail: .white) ``` + Styles only in specific situation ``` KRProgressHUD .set(style: .black) .set(maskType: .clear) ``` These settings can be reset by ``` KRProgressHUD.resetStyles() ``` Together with `show()` ``` KRProgressHUD .set(style: .black) .show() ```
KRProgressHUD 2.2.0 is available 🍺
7 years ago
## New - The style to which the background color can be changed was added. - `KRProgressHUDStyle.color(background: UIColor, contents: UIColor)` --- Swift 2.* isn't supported from this version.
KRProgressHUD 2.1.0 is available 🍺
7 years ago
## New - Show only text HUD with `showText()` . - Default font was changed system font. --- if you use swift2.3, show `swift2.3` branch :D
KRProgressHUD 2.0.0 supported Swift3
7 years ago
KRProgressHUD(2.0.0) corresponds to Swift 3.0. The type and the function are modified a little. See [README](https://github.com/krimpedance/KRProgressHUD/blob/master/README.md) for more information.
KRProgressHUD 1.7.0 supported Swift 2.3
7 years ago
See [README](https://github.com/krimpedance/KRProgressHUD/blob/swift2.3/README.md) for more information.
iOS
krimpedance/KRTournamentView 2.0.0
KRTournamentView is a flexible tournament bracket that can respond to the various structure on iOS.
⭐️ 151
🕓 4 years 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.
KRTournamentView 2.0.0 is available
4 years ago
# Changes + Changed how tournament structures are constructed. (See [docs](https://github.com/krimpedance/KRTournamentView/blob/master/Documentation/En/Builder.md)) # New feature 2.0.0 is now possible to handle cases such as "two players win in a four-player match". + Multiple entries + Multiple winners <img src="https://raw.githubusercontent.com/krimpedance/Resources/master/KRTournamentView/builder_sample.png" height="200">
KRTournamentView is now supported Swift 4.2
5 years ago
iOS
krimpedance/KRActivityIndicatorView 3.0.8
A simple and customizable activity indicator.
⭐️ 47
🕓 7 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.
KRActivityIndicatorView is now supported Swift 5.0
4 years ago
KRActivityIndicatorView 3.0.0 is available
5 years ago
## New feature + Variable size + Customizable finely + Multiple gradiate colors settable ## Changes + `style` is deprecated. Use `colors`. + `isLarge` is deleted. Indicator size depends view size.
KRActivityIndicatorView is now supported Swift 4.2
5 years ago
iOS

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