Skip to content

Version 1.0.0 Release

Compare
Choose a tag to compare
@ApplebaumIan ApplebaumIan released this 14 Sep 13:10
· 14 commits to main since this release
9a63558
  • Decimal Keyboard is now optional with style parameter.
DigiTextView(placeholder: placeholder,
	text: text, 
	presentingModal: presentKeyboard,
	alignment: .leading,
+ 	style: .decimal
	)
  • Keyboard is now fullscreen!
    Demo of Keyboard 44mm Screen Size

  • Keyboard now works on all Apple Watch Sizes.
    Demo of Keyboard 38mm Screen Size

  • 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!