#SwiftUi
ChatGPT voor vanalles en nog wat, Claude voor sommige programmeertaken (o.a. SwiftUI dev, waar ChatGPT echt niet sterk in is). En natuurlijk lokaal, de qwen-modellen zijn echt niet slecht voor pakweg python dev.
November 18, 2025 at 12:25 PM
SwiftUI Tip 💡

By default, popover() displays as a sheet on iPhone.

In iOS 16.4+, use .presentationCompactAdaptation(.none) to keep it as a true popover.

learnandcodewithenid.com
November 18, 2025 at 12:17 PM
♿️ SwiftUI accessibility just got real - and Paweł Łopusiński is here to guide us through it!

From nutrition labels to practical tips that make apps usable for everyone.
Bring your questions. Bring your curiosity.

This one matters! 💙
#accessibility

👉 mobilewarsaw.pl/101?s=b
November 18, 2025 at 12:05 PM
November 18, 2025 at 11:07 AM
🎉 I just finished Day 37 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/37 via @twostraws
Day 37 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
November 18, 2025 at 11:06 AM
Testing the achievement sharing feature of my new app with different settings. Light/dark portrait/square #swiftui #buildinpublic
November 18, 2025 at 10:56 AM
Just shipped my tiny physics game *PLÖPP* for the Apple Watch.
A big challenge was nailing each model’s corner radius and aligning the bezel to the gameplay.

What device‑specific details bugged you while building for watchOS?

apps.apple.com/us/app/ploep...

#SpriteKit #SwiftUI #watchOS #IndieDev
November 18, 2025 at 10:49 AM
🎉 I just finished Day 2 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/2 via @twostraws.bsky.social

Checkpoint 1
let tempInCelsius = 33.0
print("The temperature is \(tempInCelsius)°C, which is \(tempInCelsius * 9.0/5.0 + 32)°F.")
Day 2 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
November 18, 2025 at 10:27 AM
UIKit unlocks even more with SwiftUI, and just following a Claude suggestion to use UIKit without understanding it won’t cut it 🤷🏻‍♂️. Master both, and you’ll design even higher-level interfaces 🚀
November 18, 2025 at 9:08 AM
I could spend hours talking about what I love and don’t about each. If I had to pick, I specialize in SwiftUI my Figma To SwiftUI service says it all 😄. But I urge young devs and trainers to include UIKit in their learning.
November 18, 2025 at 9:08 AM
The multiplatform possibilities with SwiftUI are huge there’s really no debate. Since SwiftUI is a layer on top, it lets you mix and match both worlds seamlessly if you master them. It’s not about SwiftUI vs UIKit, it’s about how to use both together to build better apps 🚀.
November 18, 2025 at 9:08 AM
I don’t believe SwiftUI is dying. On the contrary, declarative is the future, and SwiftUI is part of that. Honestly, coding might soon just mean talking to your computer in English 😄.
November 18, 2025 at 9:08 AM
The switch to declarative thinking was necessary for iOS, but old school devs know UIKit is a different beast, while newcomers see it almost as a SwiftUI plugin 😄.
November 18, 2025 at 9:08 AM
For new devs today, there’s barely a debate SwiftUI is all they know, and most training focuses on it. They miss out on the imperative mindset UIKit gave us.
November 18, 2025 at 9:08 AM
Then SwiftUI came along, and I was among the first to embrace it. There were phases: wanting to use SwiftUI at jobs that only used UIKit, building new features from scratch in SwiftUI, migrating legacy code, and now SwiftUI being the norm.
November 18, 2025 at 9:08 AM
SwiftUI vs UIKit Debate 🥊

Honestly, this topic has followed me everywhere. I started out building apps with UIKit like many others, struggling with xibs and storyboards 😄.
November 18, 2025 at 9:08 AM
November 18, 2025 at 6:29 AM
Often a designer will just throw in a "use this icon inline in the text" requirement into the design. It's not unreasonable, but problematic to make it happen.

Except… for symbols you can do this easily in SwiftUI with localisation support using string interpolation 🤯
November 17, 2025 at 10:56 PM
⚡🚗 I’ve been hacking around #Renault EV APIs and built an #opensource #SwiftUI client and #SDK to unlock real #EV #opendata charging, costs, efficiency and more. Super fun project, learned a ton!

👉 Full story and link to github here: valv0.medium.com/openrenault-...
OpenRenault EV API Client: a Journey Through Renault APIs, SwiftUI, and Electric-Vehicle Analytics
When I first started experimenting with the data from my electric Renault, I quickly realized how difficult it was to retrieve telemetry…
valv0.medium.com
November 17, 2025 at 10:33 PM
After working with codex 5 and claude code (sonnet 4.5 thinking) for the last month it's not even close. I don't get the hype over codex 5. Claude clears in every task I've tried (albeit swiftui is all I've been doing recently).
November 17, 2025 at 10:30 PM
Cork version 1.7.1 is out.

This update includes updated French, German, Italian and English (UK) translations

Buy Cork to support its development: corkmac.app

Join the Discord community: discord.gg/kUHg8uGHpG

#swift #swiftUI #macOS #buildinpublic #macdev #homebrew #CorkApp
Cork: The Homebrew GUI for macOS
corkmac.app
November 17, 2025 at 9:52 PM
I've been having fun with simplifying the KeyboardKit app icon for Liquid Glass and the next major app version. I don't want to change too much, while still embracing the new design, and I think this is a step in the right direction.
keyboardkit.com/app
#buildinpublic #swiftui
November 17, 2025 at 8:01 PM
I need to experiment with some new code and after my last run in with inadvertently syncing test data in with my actual data in my apps due to issues with previewing I'm not risking THAT again. Just added iCloud CoreData syncing to my #SwiftUI "Cog" test project in #Xcode instead. 😌
November 17, 2025 at 7:26 PM
This is an interesting article about the process of developing a SwiftUI Mac app. https://social.lol/@otaviocc/115555748011150528
Otávio :prami: (@otaviocc@social.lol)
👨‍💻 Lessons from Building Triton https://otavio.cc/posts/lessons-from-building-triton #omglol #Swift #SwiftUI #macOSDev
social.lol
November 17, 2025 at 7:05 PM