Skip to content

bumssooooo/RandomNumberTextField

Repository files navigation

RandomNumberTextField

CI Status Version License Platform

📸 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.