iink SDK on Device

Answered

How to Configure two writing view(Two displayviewcontroller)?

Hi,

I want to configure the two writing areas at same page in iOS.

How can i achieve that?


Best Answer

Dear Kannan,


thank you for your question.


Currently, we do not have iOS samples that show how to use several editors, but you can refer to the following "exercise-assessment" Android sample: https://github.com/MyScript/interactive-ink-additional-examples-android/blob/master/java/samples/exercise-assessment/src/main/java/com/myscript/iink/sample/assessment/activities/MainActivity.java


In the latter, 4 editorViews were defined and initialized. You shall proceed similarly on iOS.


Best regards,


Olivier

1 Comment

Answer

Dear Kannan,


thank you for your question.


Currently, we do not have iOS samples that show how to use several editors, but you can refer to the following "exercise-assessment" Android sample: https://github.com/MyScript/interactive-ink-additional-examples-android/blob/master/java/samples/exercise-assessment/src/main/java/com/myscript/iink/sample/assessment/activities/MainActivity.java


In the latter, 4 editorViews were defined and initialized. You shall proceed similarly on iOS.


Best regards,


Olivier