CATiledLayer: Code Example

I need to upload a higher resolution image in UIImageView. After the approaches pass, it seems that if we load higher resolution images, the memory usage becomes huge [width * height * 4] To overcome this, you need to implement CATiledLayer to support higher ones. PhotoScroller is a directed application, but they use images from the resource, and I need to select these images from the photo library.

Can anyone help me on this how to implement this algorithm. any links or links will be indicated.

Thank,

Sagar

+3
source share
1 answer
+1

Source: https://habr.com/ru/post/1768983/


All Articles