Christian Beer

@chbeer
299 Followers
293 Following
4.8K Posts
Senior app developer for macOS and iOS. DIY enthusiast. Aspiring guitarist. Father of two.
Appshttps://apps.chbeer.de
Your SMP can't depend on a "main" or any other branch, otherwise Xcode just doesn't update it anymore... without ANY note or warning. Just if you, in the end, reset every cache, you get an error message explaining 💁‍♂️
The selected emoji is behind this blurry bar! I know this has been said enough... but WHO in their right mind thought THIS is a good idea?!
Tipkit popover 🫣

"Ich schwöre, meine Kraft dem Wohle des deutschen Volkes zu widmen — soweit dies mit dem Wohle der Mineralöl‑ und Tankstellenkonzerne übereinstimmt; ihren Absatz zu mehren, Schaden von ihnen zu wenden, das Grundgesetz und die Gesetze des Bundes zu wahren, soweit sie Raffinerien und Logistik nicht übermäßig belasten; meine Pflichten gewissenhaft zu erfüllen und Gerechtigkeit gegen jedermann zu üben — mit gebührender Rücksicht auf die Interessen der Treibstoffindustrie."

#reiche #bundesregierung

Why is

func imagePlaygroundSheet(isPresented: …, onCompletion: @escaping (_ url: URL) -> Void, onCancellation: (() -> Void)? = nil) -> some View

not using Result but has onCompletion and onCancellation?!

Am I remembering this wrong or did .frame(minWidth: .infinity) crash in earlier versions of SwiftUI? It just broke my layout but didn't crash in Xcode 26.4
TIL:
@available(macOS 16.0, *) leads to error „… is only available from macOS 26“ ... because there is no macOS 16.

I started to add tips using TipKit...

Turns out popoverTip doesn't work on Menus in toolbar when they only have an icon (like + for add)... switching to text "Add" instead fixes it 😫

Debugged for at least an hour...

https://origin-devforums.apple.com/forums/thread/804587

popoverTips don't display for tool… | Apple Developer Forums

Stupid me: I had "reduce transparency" enabled in settings 🫣🤦‍♂️
My app shows background behind navigation- and toolbar on my iPhone. But it is correct in simulator… any idea what this is? Can‘t see anything wrong with my code