Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Releases: OlegKetrar/NumberPad

0.4

18 Oct 19:46
Compare
Choose a tag to compare
  • Added InputController protocol. Now you can configure custom input controller by method with(inputController: )
  • Fixed handling of UITextFieldDelegate and UITextViewDelegate on editing
  • Return button now does not hide keyboard by default

0.3.1

02 Oct 19:37
Compare
Choose a tag to compare
  • fixed init() -> now create keyboard without optional key
  • fixed init(optionalKey: Key.Optional?) -> now can pass nil for removing optional key

0.3

12 Aug 20:03
Compare
Choose a tag to compare
0.3
  • Added support for custom style. Just implement KeyboardStyle protocol (default implementation matches default style)
  • Added with(styleFrom: ) method which provides system style of returnKey
  • Removed hide button