my uiimage has been add to UIView, then i transform it to scale 1.5
when i try to draw image context it will present incorrect position
how to make ImageContext in transform size ?
my uiimage has been add to UIView, then i transform it to scale 1.5
when i try to draw image context it will present incorrect position
how to make ImageContext in transform size ?
Try placing the image at the origin. Scale it however much you want. Then translate to where you want the image to be.