Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Forked from lin/1 basic.md
Created October 24, 2015 20:59
Show Gist options
  • Save Teino1978-Corp/b51cc60f08e0645a2163 to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/b51cc60f08e0645a2163 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