This repository has been 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 passnil
for removing optional key
0.3
- Added support for custom style. Just implement
KeyboardStyle
protocol (default implementation matches default style) - Added
with(styleFrom: )
method which provides system style ofreturnKey
- Removed
hide
button