UI Bug with Xcode's invisible characters in documentation comments

Feedback number: FB12128126 I like to display invisible characters in my text editors/IDEs because I want to know if the spaces I’m seeing are spaces or tabs. I also like to be able to tell immediately if I’m seeing multiple spaces or not. Here is an example of what that looks like. …

How to generate header for swift files in Xcode

I have to look this tweet up every time so I decided to capture it in a blog post. It’s ^⌘↑ and ^⌘↓ to toggle a swift file’s header view, in case 100 people haven’t already mentioned this. Link to tweet from Ben Packard

I'm working on an iOS app

I’m working on an iOS app and I’m getting so close to releasing the 1.0. I was looking at App Store Connect and noticed that I needed screenshots and I remembered that Fastlane has the ability to automate screenshot creation. Pretty cool I think. So I go through the process of setting up and …