swiftui

Back Open Paginator
28.01.2026 19:49
tewha (@tewha@appdot.net)

This is entirely useless code nobody needs to use and I didn't need to publish, but anyway…

DevelopedInCanada
github.com/tewha/DevelopedInCa

#SwiftUI




Show Original Post


28.01.2026 17:30
peterfriese (@peterfriese@iosdev.space)

Using `@Observable` in SwiftUI? Make sure you're initializing it correctly! @natpanferova explains the importance of `@State` storage and how to use `.task` for lazy initialization to avoid performance issues.
nilcoalescing.com/blog/Initial
#SwiftUI #iOSDev




Show Original Post


28.01.2026 16:59
azamsharp (@azamsharp@iosdev.space)

SwiftData Workshop is back!

Learn about architecture, relationships, testing and even iCloud integration.

Register:
azamsharp.teachable.com/p/swif

#iosdev #swiftdata #swiftui





Show Original Post


28.01.2026 14:15
alexsteinerde (@alexsteinerde@mastodon.social)

Performance question to all the SwiftUI people out there:

It is not recommended, to store ViewBuilder closures as closures but instead evaluate the result before storing it (as talked in Apple sessions).

What if I have a custom adaptive view wrapper that puts the content in an HStack / VStack inside a ViewThatFits? Would that have any identity issues as I pass the same view in both layouts?




Show Original Post


28.01.2026 14:10
dimitribouniol (@dimitribouniol@mastodon.social)

Finished all the renames that probably needed to happen, which clears the way for tests… tomorrow night… for sure haha. See you then!

🔜 Tomorrow’s stream: youtube.com/live/Yg3hiGiK9tQ
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store




Show Original Post


28.01.2026 13:24
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Let’s fix some spelling issues, and jump back into writing tests!

Come chill with me: youtube.com/live/Lv3kh_UxHUQ




Show Original Post


28.01.2026 11:30
peterfriese (@peterfriese@iosdev.space)

Antoine van der Lee and Omar Elsayed have created a SwiftUI Agent Skill - a set of verified best practices to help AI agents write and review SwiftUI code more effectively.

github.com/AvdLee/SwiftUI-Agen
#SwiftUI #AI #CodeQuality




Show Original Post


28.01.2026 10:25
natpanferova (@natpanferova@mastodon.social)

The January issue of the Nil Coalescing newsletter has been sent out and is now available online: nilcoalescing.com/newsletter/2

I shared some insights from iOS Conf SG, the main ideas from my own talk on building a SwiftUI mindset, and also a few learnings from other talks.




Show Original Post


28.01.2026 09:00
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

How do you make custom types work seamlessly with SwiftUI lists and navigation? The 𝐼𝑑𝑒𝑛𝑡𝑖𝑓𝑖𝑎𝑏𝑙𝑒 protocol is your answer, from simple models to complex SwiftData integrations.

🔗: wesleydegroot.nl/blog/identifi by Wesley de Groot




Show Original Post


28.01.2026 07:29
teilweise (@teilweise@layer8.space)

#SwiftUI is great for prototyping, they say.
So I give it another try.

```
ForEach(Range<Int>(1...10)) {_ in
NavigationLink {
buildDestinationView()
}, label: {
Text("Generate")
}
}
```

What do you think: When/how often is `buildDestinationView()` called?

Never
Once, when the user clicks “Generate”
10 times, when the view is constructed
21 times, when the view is constructed




Show Original Post


28.01.2026 02:59
gallaugher (@gallaugher@mastodon.world)

Are you teaching SwiftUI w/Xcode & GitHub Classroom? Here is the lesson I share w/my students. My class receives a GitHub Classroom submission link via Canvas, everything else should be the same. Hope that helps! youtu.be/LzA7e73axRY #CSed #Swift #SwiftUI #Xcode #GitHub




Show Original Post


27.01.2026 21:49
fabio (@fabio@iosdev.space)

Ok, I think I’ve got videos recovery working.
#SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic





Show Original Post


1 ...65 66 67 68 69 70 71 72 73 74 75 ...236
UP