I am trying to make a handwriting form as shown in - https://developer.myscript.com/text using text block. But I am not able to understand how to work with different editors while using the interactive IINK engine. The get-started-with-swift as little explanation, it's getting really confusing. Can anyone please explain the steps to make a form like this shown with multiple editors or we need to make multiple views in 1 view-controller.
It would be great if you can give us an example by implementing the example form as shown in the attached image using Swift
.
Best Answer
O
Olivier @MyScript
said
over 1 year ago
Dear Shreyas Papinwar,
Thank you for contacting us and your question.
We do not have a form sample in Swift, but on Android, you can refer to the "exercise assessment" sample available in our interactive-ink-additional-examples-android. It shows how you can deal with one editor and several editorViews.
We do not have a form sample in Swift, but on Android, you can refer to the "exercise assessment" sample available in our interactive-ink-additional-examples-android. It shows how you can deal with one editor and several editorViews.
Shreyas Papinwar
I am trying to make a handwriting form as shown in - https://developer.myscript.com/text using text block. But I am not able to understand how to work with different editors while using the interactive IINK engine. The get-started-with-swift as little explanation, it's getting really confusing. Can anyone please explain the steps to make a form like this shown with multiple editors or we need to make multiple views in 1 view-controller.
It would be great if you can give us an example by implementing the example form as shown in the attached image using Swift

.Dear Shreyas Papinwar,
Thank you for contacting us and your question.
We do not have a form sample in Swift, but on Android, you can refer to the "exercise assessment" sample available in our interactive-ink-additional-examples-android. It shows how you can deal with one editor and several editorViews.
We recommend you start reading the documentation. and the source is available here: 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.
You can also refert to other topics on the forum: https://developer-support.myscript.com/support/discussions/topics/16000022267.
Best regards,
Olivier
Olivier @MyScript
Dear Shreyas Papinwar,
Thank you for contacting us and your question.
We do not have a form sample in Swift, but on Android, you can refer to the "exercise assessment" sample available in our interactive-ink-additional-examples-android. It shows how you can deal with one editor and several editorViews.
We recommend you start reading the documentation. and the source is available here: 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.
You can also refert to other topics on the forum: https://developer-support.myscript.com/support/discussions/topics/16000022267.
Best regards,
Olivier