I'm developing an iOS 4 application.
This question is related to UIImageView, setClipsToBounds and how my images are losing their head
I have the following problem:
On an UITableViewCell
I have an UIImageView
. This UIImageView
is 77x77px and will hold differents images size.
I must to process those images in this way:
If an image is 100x120, I need to remove from pixel 78 to pixel 100 (on width), and 78 to 120 (on height). Another option is to create another one cuting out those pixels.
How can I do that?