swiftui

Back Open Paginator
24.09.2025 13:12
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's tweak the icon a bit more and prep the site for the fall!

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




Show Original Post


24.09.2025 12:54
nicoreese (@nicoreese@mastodon.social)

Is there still no system behavior for a button that can change SF Symbols from, e.g. bell to bell.slash, without affecting the button height?




Show Original Post


24.09.2025 10:31
wordcrafts (@wordcrafts@mastodon.social)

Not to be mixed up!





Show Original Post


24.09.2025 10:00
piotrekjeremicz (@piotrekjeremicz@mastodon.social)

Having Request Modifier marks the second step in my package refactor. 🔄

Unlike before, I now rely on modifiers. Previously, copied the Request, modified the configuration, and returned a new object.

Now, it's more aligned with . 🚀





Show Original Post


24.09.2025 01:54
marchyman (@marchyman@sfba.social)

This bit of #SwiftUI code

Map(…) {
…
}
.onTapGesture { position in … }

Doesn't work when compiled with Xcode 26. The code in the closure is never run. Of interest is a preceding

.onTapGesture(count: 2) { position in … }

does run. Anyone run into a similar issue? Workarounds?




Show Original Post


23.09.2025 23:32
developerjustin (@developerjustin@mastodon.social)

RE: mastodon.social/@mastowatch/11

The new version of @mastowatch is out, updated for iOS 26!

Totally new navigation and iCloud syncing!

@stroughtonsmith




Show Original Post


23.09.2025 22:43
smorkolama (@smorkolama@mstdn.social)

And (better late than never) here is the blog post detailing the changes. It also includes some development background information in case you're interested.

smork.info/blog/posts/beer-dia

#ios #swift #swiftui #coredata #cloudkit




Show Original Post


23.09.2025 19:12
azamsharp (@azamsharp@iosdev.space)

This is BIG news! 🎉

Workshops are now included in the monthly subscription—each is ~3 hours, hands-on, live on Zoom.

Next up: SwiftData Workshop — Oct 24. Reserve your spot now!

azamsharp.teachable.com/p/swif

#SwiftData #SwiftUI #iOSDev #iOSDeveloper




Show Original Post


23.09.2025 18:53
initshift (@initshift@mastodon.social)

New write-up: Pocket Pantry — my first iOS 26 micro-app.
It’s a SwiftData experiment with CRUD, queries, schema migrations, and MV + services architecture.

Read more: medium.com/shift-bydesign/pock




Show Original Post


23.09.2025 18:41
everyplace (@everyplace@mastodon.social)

In an effort to be forward-compliant with font requests and copyright/licensing, I’m having to make an insane pipeline:

1. library to host custom fonts, not used by the app
2. library to download the above and parse fonts into svg for a set of characters, and build a catalog of character-to-svg file mappings
3. library to convert a catalog of character-to-svg mappings to a swift representation
4. swap character rendering

Currently on step 3.





Show Original Post


23.09.2025 16:00
tayarndt (@tayarndt@techopolis.social)

Only 2 days left. The Apple App Development Course starts September 25. I took this course last year and now I’m publishing my own apps.
The course is free. Recordings are available. New sessions are live on Zoom every Thursday at 7 PM Central.
Enroll here: classroom.google.com/c/Nzg3MTA
#AppleApps #AppDevelopment #LearnToCode #iOSDevelopment #SwiftUI #FreeCourse




Show Original Post


23.09.2025 15:54
Typ0genius (@Typ0genius@mastodon.social)

There is now an RSS feed available for exploreswiftui.com to easily track new content. It should be automatically detected, but is also manually available at /feed. Have fun!




Show Original Post


1 ...170 171 172 173 174 175 176 177 178 179 180 ...236
UP