Post

Replies

Boosts

Views

Activity

Reply to PencilKit: zoom PKCanvasView, drawing blurred (swift, iOS 15)
Correct some my descriptions (more detail): Correct: PKCanvasViewDelegate inherits UIScrollViewDelegate, So it can conform all UIScrollViewDelegate's methods. However, I need to add PKCanvasView to another view(PDFView's documentView), so that can doodle on PDFDocument. I had already achieved it. But still when zooming PDFView, my PKCanvasView that as subview of PDFView's documentView was scaled too. Then the drawing was blurred. How to fix it?
Jan ’22