Hi,
im using composer and scroll view.
here’s what i do
create object -->adding multiple object ro scroll view --> adding object to scene group
scrollView:insert( page13 )
scrollView:insert( page14 )
scrollView:insert( page15 )
sceneGroup:insert( scrollView )
its all works fine.
in the end i remove scene group only.
but then in other scene my apps crash.
is that any relation with screen view ?
is my method correct ?