You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must know all UI related tasks are performed on main thread, right?
There are design patterns like delegate to let you know when the drawing is complete. I don't think we provide one yet; not getting any requirement for that. Besides, what's your demand to know it's finished?
By concept, I don't think UIKit or CoreGraphics is designed this way. You never call draw() yourself.
Hi, I have two questions.1. Is the drawing asynchronous? 2. How to know that a drawing has been completed.
The text was updated successfully, but these errors were encountered: