Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear doesn't actually clear #82

Closed
lorenzoPrimi opened this issue May 5, 2017 · 2 comments
Closed

Clear doesn't actually clear #82

lorenzoPrimi opened this issue May 5, 2017 · 2 comments

Comments

@lorenzoPrimi
Copy link

Hi,
I recently have a problem with this component, I have a ACEDrawingView over an UIImageView
initialized with simple parameters

    self.signatureView.delegate = self;
    self.signatureView.lineWidth = 2.0f;

but when I call
[self.signatureView clear];
doesn't clear the view, only does it the second time I call the clear function.
What can be the cause of this?

@lorenzoPrimi
Copy link
Author

UPDATE: the first clear seems to do something, in fact if I clear once and draw a line on the old one, the old one vanishes.

@lorenzoPrimi
Copy link
Author

Updating to 2.2.1 fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant