StickerView icon indicating copy to clipboard operation
StickerView copied to clipboard

Can i clone sticker and undo rotate?

Open khacdat1994 opened this issue 6 years ago • 1 comments

I want to have 2 functions: clone sticker & undo rotate. Can you help me? Thank you

khacdat1994 avatar Aug 09 '18 04:08 khacdat1994

For copy sticker, you have to find all the parameters of a selected sticker. then after make sticker programmatically on a base of that parameters. and add a sticker to StickerView.

For Undo, That is not possible in the current version. you have to make a custom module for that. you have to store a record of all the action. then after you can achieve Undo functionality.

vishrut2207 avatar Oct 05 '18 07:10 vishrut2207