blog.iankulin.com

Tip

Gists for embedding code

I describe using GitHub Gists to embed code snippets in WordPress posts, a simpler alternative to the WordPress code blocks I complained about previously. Pasting a Gist URL into WordPress renders it as a formatted code block, which I demonstrate with a Swift example...

Recording the Simulator

A short note in which I replace QuickTime-based screen recordings with the iOS simulator’s built-in recording, which captures gestures and exports animated GIFs. The technique comes from a linked post by Sarun W...

Changing Xcode Font Size

Here’s a short tip on changing the code font size in Xcode: rather than adjusting each content type manually through the themes preferences, I use Ctrl + Plus and Ctrl + Minus to increase and decrease the font size directly...

How to download a file from GitHub

I share a quick tip for downloading an individual file from GitHub without cloning the repository: use the Raw button to get a direct link to the file, then save it via the browser as you would any other web resource...