Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Created January 18, 2019 02:32
Show Gist options
  • Save Aymenworks/2598c1509189429aaa2e91c424338941 to your computer and use it in GitHub Desktop.
Save Aymenworks/2598c1509189429aaa2e91c424338941 to your computer and use it in GitHub Desktop.
// We replace
let rect = CGRect(x: 0, y: 0, width: foregroundButton.bounds.width, height: height)
// by
let rect = CGRect(x: 0, y: foregroundButton.bounds.height - height, width: foregroundButton.bounds.width, height: height)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment