Skip to content

Instantly share code, notes, and snippets.

@codePrincess
Created August 3, 2017 14:38
Show Gist options
  • Save codePrincess/ff7442ac97181c872e8315ad02185c79 to your computer and use it in GitHub Desktop.
Save codePrincess/ff7442ac97181c872e8315ad02185c79 to your computer and use it in GitHub Desktop.
get ready for the next doodling area
func resetDoodleRect() {
minX = Int(self.frame.width)
minY = Int(self.frame.height)
maxX = 0
maxY = 0
lastTouchTimestamp = 0
UIGraphicsBeginImageContextWithOptions(bounds.size, false, 0.0)
context = UIGraphicsGetCurrentContext()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment