Created
March 11, 2014 21:19
-
-
Save soffes/9495304 to your computer and use it in GitHub Desktop.
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
| // Poof! http://www.hulu.com/watch/1201 | |
| NSShowAnimationEffect(NSAnimationEffectPoof, center, CGSizeZero, nil, nil, NULL); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/*
Quote text can contain HTML, meaning we could have one that looks like this:
Here we can't simply append and prepend quotation marks, we need to do some trickery to find where the quotation
marks should be inserted so that they are inside the
<p>tags and rendered properly.*/