Hi all,
I am bit stuck with allowing scrollview into my storyboard’s scene.
In particular, storyboard uses screenGroup to manage all its object in each scene:
[lua]
local screenGroup = self.view
…
screenGroup:insert(background)[/lua]
But scrollview uses the same insert method:
[lua]local scrollView = scrollView.new{ top=topBoundary, bottom=bottomBoundary }
…
scrollView:insert(1, scrollBackground)[/lua]
So my question is: how do I encapsulate scrollView into my storyboard’s screenGroup?
Thanks in advance for your help. Best Regards. [import]uid: 67641 topic_id: 20956 reply_id: 320956[/import]