Tag: tip

  • Gists for embedding code

    So, I might have found a slightly better method for sharing code in posts that I complained about the other day. GitHub has a thing called Gists. It’s like a tiny repository you can paste a code snippet into (or upload a source file). Once that’s done, you can just paste the URL of the…

  • Recording the Simulator

    I’ve been using Quicktime to screen record the preview or simulator to document my work here and in Github ReadMe’s, but thanks to this excellent short post by Sarun W, I now know it’s possible to do that directly from the simulator, including capturing gestures, and exporting to animated gifs!

  • Changing Xcode Font Size

    I’ve been changing the Xcode font size by going into the preferences, themes, then selecting the different content types and changing the font size. I guess I could speed that process up by saving some themes with different text sizes, but I’ve noticed a few times in tutorial videos that there must have been an…

  • How to download a file from GitHub

    A quick tip – since it was not immediately obvious to me. If you need to download a file from GitHub (as opposed to cloning it etc), look for the “Raw” button – that’s a link to the file, then right click and do whatever your browser needs to download a web resource.