iink SDK on Device

I want Nebo app features in iOS application using iinkSDK

Hi,

I want to integrate all nebo app's features (Math, Text, Drawing, freeform and etc) in my iOS mobile app features in same page like by using iinkSDK.

So what i do to use all above these features in single page in my iOS application. 

How to integrate the Nebo app in my iOS Application?


1 Comment

Dear Kannan,


currently, you shall proceed as indicated in our documentation: https://developer.myscript.com/docs/interactive-ink/1.4/ios/fundamentals/editing/#content-blocks


Basically, you create a "Text Document". In the latter, you can then add “Text”, “Math”, “Diagram”, “Drawing”, “Raw Content” blocks.


This is done using the "addBlock" function: https://developer.myscript.com/refguides/interactive-ink/android/1.4/com/myscript/iink/Editor.html#addBlock-float-float-java.lang.String-


Best regards,


Olivier