I have a myriad of UIImageViews
that act as 'tiles' on a map. They align up next to one another to form a grid of images. The layer
of each UIImageView
is added as a sublayer of a UIView
.
Ordinarily, the grid images are flush against each other, but whenever the UIScrollView
that contains the UIView
is zoomed in or out, the spaces between the tile images become visible, showing off the grid pattern that I'd like to be invisible.
Any ideas what might be causing this?