Code Monkey home page Code Monkey logo

Comments (2)

danielsaidi avatar danielsaidi commented on May 18, 2024

Hi @mcgridles - I'd be happy to help you get started!

Basically, the code for the demo keyboards you mentioned can be placed anywhere, either in your hosting app or in your keyboard extension target. However, if you only intend to use a keyboard model in your extension, you only have to add it there. If you however want to use a keyboard model in both the hosting app and in the extension (I do so in some of my apps), you can place the code file in the hosting app and make sure to also add it to the keyboard extension under "targets". You could also create a separate framework and import it into both targets.

You can easily try out the demo keyboards by cloning the repository and open and run project in Xcode. You can deploy the app either to a real device or simulator. This will also install the custom keyboard, which you then can enable in System Settings, under Keyboards. You can then switch to this keyboard as soon as you start typing into any text field.

However, before you begin working on your keyboard, please be aware that KeyboardKit lacks a bunch of features that the native keyboard is currently providing, such as adaptive virtual button sizes, swipe to type etc. In other words, KeyboardKit makes it easy to build custom keyboards, but it can not replicate the full power of the native keyboards.

Best of luck

Daniel

from keyboardkit.

danielsaidi avatar danielsaidi commented on May 18, 2024

Closing this since I haven't heard back. Good luck!

from keyboardkit.

Related Issues (20)

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.