This repository was archived by the owner on Feb 6, 2022. It is now read-only.
Releases: OlegKetrar/NumberPad
Releases · OlegKetrar/NumberPad
0.4
0.3.1
- fixed
init()-> now create keyboard without optional key - fixed
init(optionalKey: Key.Optional?)-> now can passnilfor removing optional key
0.3
- Added support for custom style. Just implement
KeyboardStyleprotocol (default implementation matches default style) - Added
with(styleFrom: )method which provides system style ofreturnKey - Removed
hidebutton