Swiftpack.co - Swift Packages by ApplebaumIan

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

Packages published by ApplebaumIan

ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad 1.0.4
A dirty fix for Apple's missing decimal pad for watchOS
⭐️ 32
🕓 34 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.
Version 1.0.4
34 weeks ago
## What's Changed * Fix issue where this package was interfering with SwiftUI previews by @andylin2004 in https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad/pull/7 * The default icon is no longer "Done" for completion but an icon label (in the future it would be nice to support different labels) ## New Contributors * @andylin2004 made their first contribution in https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad/pull/7 **Full Changelog**: https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad/compare/1.0.3...1.0.4
Version 1.0.3 Locale Decimal Separator
1 year ago
- For countries that do not use `.` as a decimal separator will now be changed to their respective separator based on Locale. Thank you @patrickniepel!
Version 1.0.2
2 years ago
Swift Package Index thinks that this library works on non-watchOS systems. I have added a compiler flag to ensure this isn't the case.
Version 1.0.1 watchOS only package
2 years ago
This package was always supposed to be watchOS only. I have added a lot more watchOS compiler flags to make sure that there are no requirements for iOS 13. I also tidied up a bit.
Version 1.0.0 Release
2 years ago
- Decimal Keyboard is now optional with `style` parameter. ```diff DigiTextView(placeholder: placeholder, text: text, presentingModal: presentKeyboard, alignment: .leading, + style: .decimal ) ``` - Keyboard is now fullscreen! ![Demo of Keyboard 44mm Screen Size](https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad/blob/main/Image-6.gif?raw=true) - Keyboard now works on **all** Apple Watch Sizes. ![Demo of Keyboard 38mm Screen Size](https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad/blob/main/Image-2.gif?raw=true) - TextView while keyboard open is much larger for legibility using Title2 Thank you @andylin2004 for Forking the project and inspiring me to really finish the keyboard! Another thank you to @pratikbaid3 for notifying me of the keyboard clicks bug!
Apple Watch Button Style and Keyboard Click Sounds
3 years ago
- Adjusted design to look and behave more like the default Apple Watch buttons - Keys on the digit pad now play a click sound and provide haptic feedback when pressed ## breaking changes - requires watchOS 7
Fixed Button Padding
3 years ago
- Removed unnecessary button padding.
Placeholder Text and TextField Style
3 years ago
- Added a placeholder field to mimic TextField - Fixed size of button so that it no longer becomes an impossibly small touch target - alignment of text can be set on initialization of the TextField
Initial Test Release
3 years ago
## Testing integration with Existing WatchOS Apps None of the code is finalized yet. Many View names will be replaced for legibility sake. ## Bugs - Placeholder text is editable by keyboard. - If you remove all text it's near impossible to invoke the keyboard.
watchOS

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