Created
June 29, 2016 03:23
-
-
Save jumbo-in-Jap/98b31037767c05c735a59766e09c471b to your computer and use it in GitHub Desktop.
Swiftのfor where
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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