Florian
banner
typ0genius.com
Florian
@typ0genius.com
CS Student & Indie Dev
2x  Swift Student Challenge Winner
👀 Explore SwiftUI https://exploreswiftui.com
🏎️ DriveDex https://apple.co/3C8HoJX
🐳 WhaleDeck @whaledeck.app
📊 Umami Manager apple.co/40MP50F
Querying one million rows with 12 properties each fully locally using SQLite. I think this is pretty decent performance, especially considering that such a large dataset is only expected for a very small user base. The UI is powered by SwiftUI and Swift Charts.

#iOSDev #SwiftUI
October 25, 2025 at 9:24 PM
With Liquid Glass, optimizing your widgets for different rendering modes is something worth looking into. Large content can appear odd if not handled correctly. @Environment(\.widgetRenderingMode) lets you create custom designs for each mode.

#iOSDev #SwiftUI
October 8, 2025 at 1:55 PM
Mission failed 🫡 Can someone please explain why replacing the content List with Buttons prevents the detail view from fully popping off the navigation stack? I just can’t wrap my head around it.

#iOSDev #SwiftUI
September 12, 2025 at 6:49 PM
Running tasks is now smoother in WhaleDeck. The full-screen overlay is gone, replaced by a small indicator that disappears after a few seconds or stays if something goes wrong.

#iOSDev #SwiftUI #Docker
September 11, 2025 at 2:56 PM
I'm still working hard on this update, but I’m already very proud of it. Much of the functionality is now deeply and naturally integrated into toolbars, context menus, swipe actions and shortcuts, allowing users to access it anytime and anywhere.

#iOSDev #SwiftUI #Docker
September 5, 2025 at 8:17 PM
Here are all four roles in the toolbar in action. You can hear the difference with VoiceOver enabled, although none of the title keys are given thanks to the new OS 26+ (role, action) initializer.
August 19, 2025 at 12:58 PM
Things can get even funnier. If you remove the app sandbox entitlement, i.e., when distributing outside the App Store, you can switch between local and sandboxed hosts.

#iOSDev #container #containerization #docker
August 14, 2025 at 2:04 PM
It’s finally happening 🥹 I managed to get Apple’s Container and Containerization packages working fully sandboxed.

#Swift #iOSDev
August 11, 2025 at 11:12 AM