Skip to content

Instantly share code, notes, and snippets.

@lin
Last active July 3, 2017 15:41
Show Gist options
  • Save lin/136f40e361df7ab74620 to your computer and use it in GitHub Desktop.
Save lin/136f40e361df7ab74620 to your computer and use it in GitHub Desktop.
iOS

1, add a new project from add new

2, add podfile on the root folder

3, pod install

1, ?? in swift is as same as || in ruby.

2, "" is equivalent to String(), [Int](), var namesOfIntegers = [Int: String]()

3, Structures and Enumerations Are Value Types, and Classes Are Reference Types

4, count(string)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment