Created
August 6, 2018 06:36
-
-
Save BeauNouvelle/8f5459f63fc50fb9ca25461ce463dba0 to your computer and use it in GitHub Desktop.
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
public convenience init() { | |
let frame = CGRect(x: 0, y: 0, width: 1000, height: 1000) | |
self.init(frame: frame) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment