Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jumbo-in-Jap/98b31037767c05c735a59766e09c471b to your computer and use it in GitHub Desktop.
Save jumbo-in-Jap/98b31037767c05c735a59766e09c471b to your computer and use it in GitHub Desktop.
Swiftのfor where
for subview in testButton.subviews where subview is UIButton {
subview.removeFromSuperview()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment