yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

What's wrong with the CLStickerTool #173

Closed LhiKien closed 7 years ago

LhiKien commented 7 years ago

I use the custom sticker images bundle, and move the demo to a new project. The close button and rotation button are both in wrong place. Can anybody tell me why? Thanks a lot!

simulator screen shot 2017 3 17 5 01 33 simulator screen shot 2017 3 17 5 32 34 simulator screen shot 2017 3 17 5 33 21

yackle commented 7 years ago

I couldn't reproduce the issue. Could you please tell me more details or steps?

LhiKien commented 7 years ago

Thanks for your attention! The issue is solved. I found the cause of the problem. I used UIView (Extension) in the new project. If I remove the extension of the UIView, CLImageEditor will run in correct.

yackle commented 7 years ago

👍