The title says it all, I need a way to apply transformation on a UImage, or better render the whole view as one. Is there an easy way? Cause, `transformView.layer.render(in: rect)` won't work.
The title says it all, I need a way to apply transformation on a UImage, or better render the whole view as one.
Is there an easy way? Cause,
transformView.layer.render(in: rect)won't work.