Deleting a Git branch outside of Xcode does not remove it from the Source Control Navigator until Xcode is restarted — Refresh File Status does not help.
How to make a horizontal ScrollView center each item as the user scrolls, while keeping the edges of adjacent items visible.
Lessons learned from localizing Workout Shoes to German without ever touching the Localizable.strings file.
A quick fix for PHPhotosErrorDomain error -1 when adding images to Simulator with xcrun simctl addmedia.
A cleaner alternative to a GlobalSettings struct — extend individual types for dot-syntax autocomplete and faster compile times.
How to use Apple's Logger framework to monitor your app's behavior while keeping your Xcode console clean and focused.