Skip to content

Instantly share code, notes, and snippets.

@jquave
Created April 27, 2015 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jquave/efe66c1fecfbfb3554c9 to your computer and use it in GitHub Desktop.
Save jquave/efe66c1fecfbfb3554c9 to your computer and use it in GitHub Desktop.
[Slide]
To write a comment, you can use // or /* */
```
/* Code blocks are just markdown */
// Syntax highlighting is done automatically
```
[Video fileName=explanationVideo.mp4 ]
[Regex e=/it works/g ]
Type in the phrase “it works”
[Swift name == “Bob” ]
Create a new variable called name, and assign it a value “Bob”
[Swift name == “Bob”,
friend == “Joe” ]
Now create a second variable called friend, and assign it a value “Joe”
[Click img=xcodeScreenshot.jpg,
rect=(100,100,200,200) ]
Click the center of the Xcode Screenshot shown
[Drag img=xcodeScreenshot.jpg,
startRect=(100,100,200,200),
endRect=(200,200,50,50) ]
Drag from the center of the screen to the bottom-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment