Skip to content

Instantly share code, notes, and snippets.

@objectiveSee
Created August 1, 2014 05:47
Show Gist options
  • Save objectiveSee/284df006479f5390cf51 to your computer and use it in GitHub Desktop.
Save objectiveSee/284df006479f5390cf51 to your computer and use it in GitHub Desktop.
var w:CGFloat = 320
var h:CGFloat = 100
for ( var i = 0; i < 3; i++ ) {
let button = HEYButton(frame: CGRectMake(0, CGFloat(i) * h, w, h));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment