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
I know this is kind of an opensource library, even though if you try to make a sign on view it randomly interrupts if you use self.jotViewController.drawingConstantStrokeWidth = NO;
That is a major bug I think :)
Of cource it's not a must, however you could also make a initWithCoder: initializer to make it possible to create JotViewController in storyboard using ContainerView, as I think many people would love that.
The text was updated successfully, but these errors were encountered:
@lauraskelton well, you can replicate it if you try to draw a very very long spiral. It's actually impossible with self.jotViewController.drawingConstantStrokeWidth = NO;
iPhone 6
I know this is kind of an opensource library, even though if you try to make a sign on view it randomly interrupts if you use self.jotViewController.drawingConstantStrokeWidth = NO;
That is a major bug I think :)
Of cource it's not a must, however you could also make a initWithCoder: initializer to make it possible to create JotViewController in storyboard using ContainerView, as I think many people would love that.
The text was updated successfully, but these errors were encountered: