[Solved] A UIImage created in coregraphics isn’t repeating

I don’t know what the context is that you’re passing in, but whatever it is, you shouldn’t be drawing into it. And you aren’t drawing anything into the context that you made with UIGraphicsBeginImageContextWithOptions. If you want to generate an image, you don’t need to pass in a context, just use the one that UIGraphicsBeginImageContextWithOptions … Read more