This is what I'd like to achive in Xcode/swift:
I want to create a blank "canvas" at a fixed size, ex. 300x300px. I want to add a picture to the canvas and the picture should be zoomable (pinch to zoom) within the boundaries of the canvas.
Finally when the preferred zoom/crop is set, I want to save the crop in the 300x300px size canvas.
Anyone who has a solution to this and is this in any way possible? Greatly appreciated.