I am having a simple app with RadListView component as in https://github.com/banchasf/nativescript-radlistview-sample. When I navigate to the page contains RadListView and navigate out to another page, the allocated memory is not freed from iOS device. Even though the leak is not indicated but the memory allocation keeps increasing when I revisit the RadListView page. It can be observed from the item “VM: TKListViewCellBackgroundView (CALayer)” in the allocation’s category in the attachment. Would like to get your suggestions or idea how to free the memory. Thank you in advance.
Asked
Active
Viewed 80 times
0

Bancha Setthanan
- 39
- 1
- 4
-
No. it's not duplicate. This one is specific to RadListView component of Nativescript. The previous one with Angular Tutorial is resolved by the author now. Please check my comment on the other issue. This one is not resolved yet. I am not aware of a solution as of now. – Sacky San Jul 06 '22 at 08:18
-
@SackySan The author of what? – Vega Jul 06 '22 at 08:21
-
@SackySan, did you mean the author of the question, the OP? – Vega Jul 06 '22 at 13:23
-
Author of the Official Nativescript Angular Tutorial Repository. – Sacky San Jul 06 '22 at 23:25
-
This a bug specific to some library, then it should be reported not posted as a question on SO – Vega Jul 07 '22 at 15:43
-
Thanks @Vega for your suggestion. I will also post as an issue in the Nativescript git repository. I posted here because I thought some developers might discover this problem before and have a workaround that they might be able to share with us. – Bancha Setthanan Jul 08 '22 at 02:31