My code is as follows
[_interfaceController pushTemplate:template animated:YES completion:^(BOOL success, NSError * _Nullable error) {
}];
push a template, and the memory will increase accordingly, but after clicking exit, the memory will not drop down, resulting in continuous accumulation
And my page is a list, each item contains an image, memory is growing very fast
Does template need to manage memory by itself?