I am trying to access elements of scrollView by using _collectorGroup.
I can see the value stored in scrollview at location
"myView.__collectorGroup[31].text. == “x”
is it possible to change the text value some how ?
the code below does not work as it throws exception, attempt to index field ‘__collectorGroup’ (a nil value)…
"myView.__collectorGroup[31].text=“test”
thx
Roger