Random Number TextField with Swift

RandomNumberTextField

? Preview

? Installation

pod 'RandomNumberTextField'

? Usage

  • Storyboard just subclassing!

  • Code-Base just init!

let randomKeyboard = RandomNumberTextField()

? Custom

you can change keyboard color and font

func setKeyboardBackgroundColor(_ color: UIColor?)
func setKeyboardFont(_ font: UIFont) 
func setKeyboardTitleColor(_ color: UIColor?, for state: UIControl.State) 

Author

beomsoo0, 73675540+beomsoo0@users.noreply.github.com

License

RandomNumberTextField is available under the MIT license. See the LICENSE file for more info.

GitHub

View Github