Hi,
Basic question. If I have a simple scrollView and then insert a couple newTexts in it and then proceed to use
scrollView:removeSelf() scrollView = nil
to remove the scrollView, would its contents be removed properly or would they linger around causing memory leak?
In other words, before removing a scrollView do I need to remove the objects in it one by one or would it take care of its contents as it gets removed?
Thanks for this information.
Regards,
Kerem