[iOS] Investigate if MauiCALayer needs to use a weakreference for the IShape #26169
Labels
area-drawing
Shapes, Borders, Shadows, Graphics, BoxView, custom drawing
memory-leak 💦
Memory usage grows / objects live forever (sub: perf)
p/2
Work that is important, but is currently not scheduled for release
Milestone
Description
We should confirm this a bit more
You might get some shapes that inherit from
View
and those will haveHandlers
andNSObjects
associated with thempublic sealed partial class RoundRectangle : Shape, IShape, IRoundRectangle
Reproduction
Haven't been ablet to reproduce as of yet.
From what I can tell everything is collecting without any issues.
I've just seen some signs of lingering in larger apps but still need to narrow down if this is a culprit
The text was updated successfully, but these errors were encountered: