Giter Site home page Giter Site logo

cyrkeyboardbutton's People

Contributors

illyabusigin avatar khaullen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cyrkeyboardbutton's Issues

Add IB_DESIGNABLE attribute

With Xcode 6, you can now define custom UIViews as IB_DESIGNABLE and the view will actually render in Interface Builder. For example, I am creating a crossword app and need a completely custom keyboard. Using the IB_DESIGNABLE attribute, this is how my view controller renders in IB:

screen shot 2014-11-13 at 10 11 53 pm

The crossword grid and the keyboard are both single UIViews on the view controller's view.

Images?

Would it be possible to have an image on one of the keyboard buttons? I would still want the key to input text, but have an image on the keyboard. For example, an image of a tab icon, and the key would trigger a tab in the textview.

How did you get the popup accents in the keyboard?

I am working on a new custom keyboard app and I haven't found any documentation on how to add custom characters in the popup when someone clicks a letter, for instances adding accents to "A" or "E".

Alignment

Hi,

What if I want to show button from right to left ? I mean the position of handling beginning from right then add another buttons to left

iphone x issue

keyboard is crashed due to memory issue when we use CRKeyboardButton

Dark Keyboard

If my appearance is set to "Dark" how can I make the additional keys appear dark as well (to match the color of the default keys on a dark keyboard)?

Add ability to replicate pan behavior as seen in native keyboard view.

I'd like to implement a behavior found on the iPhone's system keyboard: user touches a key, and other keys are highlighted as the finger drags across the keyboard. When the finger lifts, the last highlighted key inserts the text. If user long-taps a key, then its expandedInputView pan gesture is tracked instead of the entire keyboard.

Backspace Key

It would be cool if there was an easy way to add a backspace key.

UITextView delegate methods not called when keyboard button tapped

UITextView delegate methods such as textView:shouldChangeTextInRange:replacementText: and textViewDidChange: are not called for inputs made through the keyboard buttons.

Looks like this is because calling insertText: on the text view will not call delegate methods.

Add ability to customize keycap view

The keycap view is currently set to the same string as the text it will insert (which is not always what one wants). It would be great to have the ability to customize the keycap view for a given key with an image and/or custom view.

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.