I'm using a big sized label and it takes too much memory. The problem is described in UILabel (CALayer) is using large amounts of virtual memory and in How to suck down iOS memory without even trying.
Is it possible to exchange the backing layer of the UILabel
through e.g. CATiledLayer
?
What I'm trying to do is to reduce the used memory for the UILabel
. Using a clear background color for example doesn't help. Don't know how this is meant exactly:
but then you don’t respond to the drawRect method to draw your view’s contents