Is there any chance to modify the strokes of PKDrawing while drawing in on-process ? since I notice in canvasViewDrawingDidChange is called after drawing stroke is finished
My objective is to get realtime feedback modification of PKStroke
Thank you in advance
Post
Replies
Boosts
Views
Activity
I've noticed in FreeForm app drawing stroke is very nice, like vector object, is there any chance to get the same result of drawing stroke quality like in the FreeForm app ?
Hi, I would like to ask about migration from UIMenuController since it has been deprecated, so I want a context menu work like UIMenuController for UIView, I've found UIEditMenuInteraction but it's only work for UITextView or UITextField and UIContextMenuInteraction which has different appearance with UIMenuController.
So, I want migrate from UIMenuController without change the existing user interface.
Thank You