3

I need to load the higher resolution image in UIImageView. After going through approaches seems like,If we load higher resolution images memory usage goes huge [ width * height * 4 ] So to overcome this, need to implement CATiledLayer to support higher ones. Referred PhotoScroller app,but they are using images from resource and I need to pick those images from Photo library.

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

Thanks,

Sagar

cacau
  • 3,606
  • 3
  • 21
  • 42
Sagar...
  • 1,062
  • 3
  • 15
  • 35

1 Answers1

0

Here's a good example by Bill Dudney.

aegzorz
  • 2,209
  • 15
  • 18