I'm implementing a gallery with a UIScrollView, and I've a problem if the picture haven't the same size as the UIScrollView. In this case, when the image is at normal size, there are borders as usual. But when I do zoom in the image, the borders makes bigger too.
I would like, if the image is zoomed and bigger than the UIScrollView, that the only visible part would be the image, not the borders.
And have no idea what to do.