Created
January 27, 2015 20:51
-
-
Save kazukitanaka0611/de53d3b8e9a69c1df26f to your computer and use it in GitHub Desktop.
This sample Swift sort method key is enum:Int
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
var keys = Array(buttons.keys) | |
sort(&keys){$0.rawValue < $1.rawValue} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment