Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
KeyboardKitPro.zip | 2025-06-13 | 9.1 MB | |
9.6.0 source code.tar.gz | 2025-06-13 | 7.6 MB | |
9.6.0 source code.zip | 2025-06-13 | 7.9 MB | |
README.md | 2025-06-13 | 938 Bytes | |
Totals: 4 Items | 24.6 MB | 1 |
This version adds new ways to get standard button styles directly from the style type.
The reason for this change is that it's easier to find, than to have standard style functions on other types.
✨ Features
Color
has newstandard
background and foreground button builders.Keyboard.ButtonStyle
has astandard(for:action:isPressed:)
builder.Keyboard.ButtonBorderStyle
has a newstandard(for:action:)
builder.Keyboard.ButtonShadowStyle
has a newstandard(for:action:)
builder.KeyboardFont
has newstandard
font, font size, and weight builders.
🇹🇯 Localization
- This version adds support for 🇦🇿 Azerbaijani.
- This version adds support for 🇧🇩 Bengali.
🐛 Bug Fixes
KeyboardFont+Standard
now returns a correct font size for.continue
.
🗑️ Deprecations
KeyboardAction
'sstandardButtonStyle(for:isPressed:)
has been deprecated.