Skip to content

Instantly share code, notes, and snippets.

@BeauNouvelle
Created August 6, 2018 06:36
Show Gist options
  • Save BeauNouvelle/8f5459f63fc50fb9ca25461ce463dba0 to your computer and use it in GitHub Desktop.
Save BeauNouvelle/8f5459f63fc50fb9ca25461ce463dba0 to your computer and use it in GitHub Desktop.
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