Skip to content

Instantly share code, notes, and snippets.

@leilee
Created January 12, 2017 05:20
Show Gist options
  • Save leilee/c9b9ee3c7e82f57d43d852bcbaa895cf to your computer and use it in GitHub Desktop.
Save leilee/c9b9ee3c7e82f57d43d852bcbaa895cf to your computer and use it in GitHub Desktop.
create 1px height line
class HairlineConstraint: NSLayoutConstraint {
override func awakeFromNib() {
super.awakeFromNib()
constant = 1.0 / UIScreen.mainScreen().scale
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment