Memory allocation keeps increasing in Nativescript RadListView

89 Views Asked by At

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.enter image description here

0

There are 0 best solutions below