Created
April 4, 2019 07:31
-
-
Save erikolsson/afe15046cf5ce1db366738a6112b74cc to your computer and use it in GitHub Desktop.
This file contains 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
import UIKit | |
class PixelWidthConstraint: NSLayoutConstraint { | |
override func awakeFromNib() { | |
super.awakeFromNib() | |
constant = 1.0 / UIScreen.main.scale | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment