Created
January 12, 2017 05:20
-
-
Save leilee/c9b9ee3c7e82f57d43d852bcbaa895cf to your computer and use it in GitHub Desktop.
create 1px height line
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
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