I need to get tiled image in UIImageView with next conditions:
- Image size will be just the same as screen
- I need to scroll the image to the left/right in code (animation or gesture)
- When scrolling, I need to get infinite background
I assuming that I need make image tiling, but how to affect something like offset?
imageView.image = image.resizableImage(withCapInsets: .zero, resizingMode: .tile)
It can be any solution, absolutely not going to be a UIImageView.