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

Realtime cloning #10

Open staticdreams opened 5 years ago

staticdreams commented 5 years ago

I know this isn't directly related to the project, but is it possible to trigger cloning of what I'm drawing on one view to another?

Is may be useful in situations where you're trying to write something in bigger letters and it duplicates itself in smaller version.

Thank you :)

daihase commented 5 years ago

I understood what you wanted to do. I don't know if I can do it properly, but I feel that I can realize it by cloning the same content context. 🤔