daihase / Sketch

Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
MIT License
337 stars 57 forks source link

Eraser issue #31

Open hassanrazakhalid opened 4 years ago

hassanrazakhalid commented 4 years ago

When i select image and i draw and erase. It leaves white color behind. To fix this i added a separate imageview and on front sketch view. This solved the eraser issue but now when i change orientation the existing drawing do not remain to orignal position. Any idea how to fix this

Screen Shot 2020-03-13 at 4 11 00 PM
daihase commented 4 years ago

@hassanrazakhalid I am sorry but I couldn't understand what you want to do. Does rotating the sketchView make it impossible to return it to its original position? I think it is good to add SketchView on ImageView. If you rotate the top View like the image you attached, ImageView and SketchView below it should rotate together.