Skip to content

Instantly share code, notes, and snippets.

@adek05
Created January 30, 2015 06:43
Show Gist options
  • Save adek05/650c89b1387aa517e80a to your computer and use it in GitHub Desktop.
Save adek05/650c89b1387aa517e80a to your computer and use it in GitHub Desktop.
var uiViews: [UIView]
for i in [1,2,3] {
uiViews.append(UIView())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment