Hello All,
I was wondering what does RemoveView or RemoveViewAt actually do.
The wiki says
"Removes this view from its parent."
I am aware that the nominated view disappears. But it crossed my mind at to whether the views are deleted from memory or can the views be-instantiated?
Further thoughts were if the view was only hidden, and I no longer need the view, do I need to perform any memory management/garbage collection to prevent memory leaks or is there no concern of this nature at all?
Thanks for your help on this question
regards
SeaCay
I was wondering what does RemoveView or RemoveViewAt actually do.
The wiki says
"Removes this view from its parent."
I am aware that the nominated view disappears. But it crossed my mind at to whether the views are deleted from memory or can the views be-instantiated?
Further thoughts were if the view was only hidden, and I no longer need the view, do I need to perform any memory management/garbage collection to prevent memory leaks or is there no concern of this nature at all?
Thanks for your help on this question
regards
SeaCay