Profile avatar
sanguish.bsky.social
I’ve been developing for  platforms since before many of you were born. 💀 Swift Pipeline Developer contracting @  Marcom in CGStudio Definitely fun-employed! 🎉 I mostly post on Mastodon http://iosdev.space/@sanguish https://www.attributedstrings.com
36 posts 821 followers 48 following
Regular Contributor
Active Commenter

Just made an account for Nil Coalescing here on Bluesky! Make sure to give it a follow for more #SwiftLang, #SwiftUI, #iOSDev, and #macOSDev content 🚀

I love my country but I am not rooting for its leadership’s plans. I still want my country to be great—to “succeed” in the sense of a non-zero-sum game for everyone in it and everyone in the world. American First is American Worst.

Local dumb fuck has epiphany

Hero we all need but don't deserve..🐶

I released a new book 🎉 SwiftUI Fundamentals combines my knowledge and experience from using SwiftUI since its release and working on its source code at Apple to give you a solid understanding of the most important aspects of the framework: books.nilcoalescing.com/swiftui-fund... #SwiftUI #iOSDev

I wonder if Sasquatch sees us like those hairless cats

Apple today announced financial results for its fiscal 2025 first quarter ended December 28, 2024. The Company posted quarterly revenue of $124.3 billion, up 4 percent year over year, and quarterly diluted earnings per share of $2.40, up 10 percent year over year

Note to any average white bitch whining that they didn’t get a job because of DEI: Even if you were as or more talented than the person hired, team chemistry matters. A lot. And if you are one of those whiners you’re almost certainly an asshole. And the hiring team smelled you from a mile away.

My discover feed here is 50% cat pictures, and I’m here for it.

Maine Coon Alert---her expression is all of us this morning.

I love how we can use the symbolVariant() modifier in #SwiftUI instead of typing full SF Symbol names like "star.fill". It even works on multiple symbols at once!

This box teaches toddlers about object permanence. It’s got toy cars, butterflies, lions, and thanks to 3D printing, Gwyneth Paltrow’s head.

David Lynch passes away at 78 after a battle with emphysema. He had stated in 2024 that he could no longer leave his home due to the high risk of Covid. If more people would mask up, we wouldn’t have to isolate. “You do you” policies leave people like Lynch with no choice but to “just stay home”

I recently implemented launch at login functionality in my macOS app, and I just published a blog post showing how it can be easily done using SMAppService APIs: nilcoalescing.com/blog/LaunchA... #SwiftLang #macOSDev

The macOS version of @exstoapp.bsky.social is finally here 🎉 It took a while to get through App Store review, and it’s exciting to see it live now: apps.apple.com/us/app/exsto... #IndieDev #macOS #DigitalArt

I’d have something proud tosay about the end of the earth, but my mood is love and I gave no good fringing about the text real. It’s coming to be end of th rear after enough. My only my hop is is the nippom -us steel , is and tik took That aught drive him monikers Stick it to him Joe

Before iOS 17 to get hierarchical system background colors in #SwiftUI we had use UIColor. Now we can access properties like .secondary directly on an instance of BackgroundStyle, which provides the appropriate background for the current context. nilcoalescing.com/blog/Hierarc...

Look bringing back polio sounds bad. But it’s a small price to pay to get rid of pronouns in email signatures and black women in star wars.

I’ve been implementing copy-to-clipboard functionality in a Mac app and found it’s a bit different from iOS. On iOS, UIPasteboard automatically replaces the clipboard contents, but with NSPasteboard, we need to clear them manually for it to work #SwiftLang nilcoalescing.com/blog/CopyStr...

In #SwiftUI we have a convenient way to set a view's background to a shape, like a capsule or rounded rectangle, using the background(_:in:) modifier. This works great when we need to place a single shape behind a view: nilcoalescing.com/blog/SetASha...

Bored, so I’m rewriting the Launcher ui. This means something only two 1 person. And she probably better b Things to do on a Friday night

I really want a full text list do all movie iTunes movies. But I can’t see a way I’d doing that Can I stick a proxy in and grab the JSON?

The official client app has a horrible font and leading.

Did you know that you can call objects as functions in Swift? It's not a commonly used feature but you'll learn how it works in this post: https://www.donnywals.com/how-and-when-to-use-callasfunction-in-swift-5-2/

Just picked up Amazing Grace and Chuck. A 1987 movie about Amazing Grace Smith an NBA star and Chuck Murdock, a schoolboy who makes a very adult decision It’s hokie, but having lived through the threat of nuclear war, it was a good story. tv.apple.com/us/movie/ama...

My brother found a service to scan the hundreds of old family photos in boxes, and I don't know how to describe this one other than "The Jewish Shining." #BelieveInFilm

If your application talks to a server to get data, you're going to need to interface with server endpoints. Here is an introduction to one way to interact with endpoints. www.attributedstrings.com/interacting-...