GithubHelp home page GithubHelp logo

kavinskyi / swiftykeyboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swiftykit/swiftykeyboard

0.0 0.0 0.0 4.77 MB

SwiftyKeyboard is a full customized numeric keyboard for iOS

License: MIT License

Swift 82.62% Ruby 17.38%

swiftykeyboard's Introduction

SwiftyKeyboard

License Language

Overview

SwiftyKeyboard is an iOS customized enhanced keyboard. This keyboard view is intended to replace the default keyboard on iPhone/iPad for entering numerical values. As the default keyboard on iPad still shows all keys even for numerical entry modes, this keyboard only focuses on numeric keys.

And it supports customize the UI of keys, and the positions etc. In the other word, SwiftyKeyboard is a full customized numeric keyboard for iOS.

iPad ScreenShot:

enter image description here

iPhone ScreenShot:

enter image description here

Installation

CocoaPods

SwiftyKeyboard is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftyKeyboard'

Manual

Drag 'n drop SwiftyTextView.swift into your project.

Usage

        let numbericKeyboard = SwiftyKeyboard(frame: CGRect.zero)
        yourTextField.inputView = numbericKeyboard  // yourTextField is the pre defined textField
        numbericKeyboard.keyInput = yourTextField
        numbericKeyboard.delegate = self
        numbericKeyboard.allowsDecimalPoint = true  // can set as true or false

Requirements

  • Swift 5.0+
  • iOS 10.0+

Contact & Contribute

  • Feel free to contact me with ideas or suggestions at [email protected]
  • Fork the project and make your own changes

License

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

swiftykeyboard's People

Contributors

swiftykit avatar kavinskyi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.