Thursday 17 September 2015

iOS API

iOS API for InputStick is finally available:

 
Project Setup:
Clone repository: `git clone git@github.com:wiecek/InputStickAPI.git`

Usage:
ISManager:
  • Create ISManager object with proper delegate
  • Connect with InputStick Device

ISKeyboardHandler:
  • Create ISKeyboardHandle object injecting the previously created ISManager
  • Send text to InputStick using: (void)sendText:(NSString *)text
Be sure to first take a look at very simple demo app.

Keep in mind that this is relatively early version: only keyboard interface is supported, available keyboard layouts: en-US and pl-PL (all other layouts that are available in Android version will be added soon).

Please share your opinions about the API and let me know about any bugs, in comments section. This will help with improving next releases.

No comments:

Post a Comment