in short: I have a layer with many sublayers as tiles pixel perfect layed out on this superlayer. When the superlayer is scaled up (using UIScrollview, but internally with CATransform3D), the sublayers a scaled up with, but small gaps become visible between the tiles (sublayers)
thesis:
It is based on the little math inaccuracy using floats or doubles. This interpolated frames can't be displayed 100% correctly
It looks like the edges are interpolated.
What do you think can help? Do you need more details?