Dear Karthik,
Thank you for contacting us.
Currently, I recommend you refer to the following sample, that manages several editorViews: 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
Let me know if it doesn't help.
Best regards,
Olivier
sorry i was forgot to mention language. i need ios sample code. i am from ios. i dont understand java. sorry for that.
Dear Karthik,
we do not have the samples available on iOS (at present, we do not plan to develop these).
The solution is that you refer to the Android samples and inspire from these.
Best regards,
Olivier
karthik loganathan
Hi,
I am having four different textview that is referred as A B C D and also having four Buttons like A B C D.
Note. i have only one content view in my viewcontroller class. i want load all different edit view respected button tapping function.
1. initially there is no edit view loaded
2. if i press A buttons i am loading editviewcontroller and whatever i write it displays in A textView
3. And if i press B buttons i want fresh editview on my contentview. same like previous.