Created
January 18, 2019 02:32
-
-
Save Aymenworks/2598c1509189429aaa2e91c424338941 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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