@calicoding

254 Followers
146 Following
2K Posts
iOS developer
LocationSan Francisco
Seems like it 🫠

The audacity to ship this in an SDK and make it publicly available. Sheesh. Major footgun.

In case you're wondering init(uniqueKeysWithValues:) will trap on any duplicate keys.

This is what I'm trying to do:
Happy new year
Not sure about these chopsticks my wife got me for Christmas 🤔
We’re still using Xcode 16.4 at work, and one of my teammates upgraded to macOS 26.2, which does not support Xcode versions below 26.0. This is insanity. Unbelievable that Apple would be this aggressive. He’s forced to downgrade back to 26.1
A tale in two parts
I knew this day would come 🫠
*sigh* this is unsafe. IIUC objc exceptions cannot safely pass through any swift stack frames. Please don't do this.

Anyone care to take a bet on when UIScreen.main will be _fully_ deprecated? It's soft deprecated now with the message "Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen".

I wouldn't be surprised if it's iOS 27. And gosh how many things like this would it break