Florian

@Typ0genius
122 Followers
16 Following
657 Posts
CS Student & Indie Dev
2x  Swift Student Challenge Winner
🧙ConnectWizard – Unlocked hidden ASC analytics
👀 Explore SwiftUI – Learn Visually
🏎️ DriveDex – Your Vehicles' Best Buddy
🐳 WhaleDeck – Docker Management Tool
👀 Explore SwiftUIhttps://exploreswiftui.com
🧙ConnectWizardhttps://apple.co/3ZsiEEZ
🐳 WhaleDeckhttps://apple.co/3xGY3Cm
🏎️ DriveDexhttps://apple.co/4czo3Pa

If you want to get rid of the Liquid Glass sidebar window design, apply .containerBackground(.white, for: .navigation) to its content.

#iOSDev #SwiftUI

Any #SwiftUI expert out there who could help me get images in a TabView to work? No matter what I do, the image takes almost the entire width and height.

#iOSDev

There’s an interesting change in the latest Xcode beta: the SF Symbols search now creates an Image element by default rather than just inserting the symbol name. I like the feature, but I’m not sure I appreciate it being the default behavior.

FB22198451

#iOSDev #SwiftUI

With Xcode 26.4 and Swift 6.3, there is finally an equivalent to XCTSkip in Swift Testing: Test.cancel(). A canceled task is not treated as a failure and is marked with a simple gray skip icon in Xcode.

#iOSDev

My website https://exploreswiftui.com was added to the helpful links in the r/iOSProgramming subreddit 🥺
What an honor! I regularly add new SwiftUI content and I'm always open to suggestions.

#iOSDev #SwiftUI

Currently exploring localizable symbols introduced in Xcode 26 and I love it. However, one thing I don’t understand: why are some initializers marked 26+ while others aren’t? If String(localized:) can be used anyway, why is 26+ required? Can someone help me out?

#iOSDev #SwiftUI

If you’re wondering about the difference between .badge and LabeledContent in a List: on iOS there’s hardly any visible difference, except the badge appears slightly darker. On macOS, the badge value is smaller than the LabeledContent value.

Not sure whether I should laugh or cry, but a simple timeframe description caused random hitches and slowed the UI down. Instruments helped me track it down, and caching the description fixes it for now. Amazing how much impact a "simple" text can have…

#iOSDev #SwiftUI

My new app is coming together nicely. It's currently in closed beta and will hopefully be released to the public this month, or at the latest, in early February. There's already so much to explore, and the list of additional feature ideas is still growing.

#iOSDev #SwiftUI