Created
June 17, 2016 07:56
-
-
Save smic/ac7c80351230d2a47b0722264adb000f to your computer and use it in GitHub Desktop.
Swift Compiler Crash
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
import Cocoa | |
public extension CGPath { | |
public convenience init(roundedRect rect: CGRect, corner: CGSize) { | |
self.init(roundedRect: rect, cornerWidth: corner.width, cornerHeight: corner.height, transform: nil) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment