Skip to content

Instantly share code, notes, and snippets.

@BradB132
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BradB132/6190b1c69a5612cd69b4 to your computer and use it in GitHub Desktop.
Save BradB132/6190b1c69a5612cd69b4 to your computer and use it in GitHub Desktop.
AutoLayoutRecipesPt2-2
@IBOutlet weak var removableView: UIView!
@IBAction func removeView(sender: AnyObject) {
removableView.removeFromSuperview()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment