- I have a CATextLayer from the size of 3000 * 3000 with a Big Text in it.
- Text is say "Hello"
- I add this CATextlayer to my Superlayer.
- I have set shouldrasterize to false.
When moving the superlayer with translation, then I observe a huge Memory Usage till the app crashes.
Why does this take that much memory ? How can I avoid that ?
I assume, there will be a bitmap stored in memory ? But why ?
My sample is an extreme case, which is not really my productive App, so please don't ask why are you doing this. Its only an extreme case for trying to understand, what is going on.