2024 Year in Review

Each year, I keep an ongoing list of achievements so that when I reach the end of the year, I can look back and see what I’ve done. It’s easy to forget about accomplishments and feel like you haven’t done a lot. Here are my notable activities and successes for 2024. Leap Year GitHub repo […]
Converting HTML to NSAttributedString, copy to Clipboard

Copying a string to the Clipboard using Objective-C is a simple two-line process. But what if you want to copy from an HTML source and maintain its color and formatting? Doing this requires creating an NSAttributedString from the HTML, then converting it into an NSData object, and then passing it to the UIPasteboard using a […]
