Hi guys,
Recently started tinkering with Corona. I’m a pretty experienced C++ dev (experienced from a student perspective anyway!) and have got myself a bunch of tabs on the go using a tabBar.
In the third tab I’m creating a scrollView and adding an image to it. When I leave the tab I want to delete the scrollView. However, despite my best efforts, I’m having no success.
Inside scene:hide’s elseif phase == “did”, I’ve tried display:remove(scrollObject), scrollObject:removeSelf() etc. Not having much luck.
Is there something really elementary I’m missing here? I suspect so.
Any pointers appreciated!
Cheers