Skip to content

Instantly share code, notes, and snippets.

@erikolsson
Created April 4, 2019 07:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikolsson/afe15046cf5ce1db366738a6112b74cc to your computer and use it in GitHub Desktop.
Save erikolsson/afe15046cf5ce1db366738a6112b74cc to your computer and use it in GitHub Desktop.
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