Created
July 27, 2016 12:46
-
-
Save shoheiyokoyama/b7f34c7f8b991de41628edfc7ce263ce to your computer and use it in GitHub Desktop.
UIColor⇆CGColor変換 ref: http://qiita.com/shoheiyokoyama/items/2d8e92f763f72f61591b
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
| UIColor.blackColor().CGColor |
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
| UIColor(CGColor: UIColor.blackColor().CGColor) |
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
| UIColor.blackColor().cgColor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment