swiftui

Back Open Paginator
16.09.2025 22:08
vrhermit (@vrhermit@mastodon.social)

Sure, we all know how to use glassBackgroundEffect to add glass to a SwiftUI view. But did you know there are other effects, crop shapes, and a powerful implicit display mode?

stepinto.vision/example-code/s





Show Original Post


16.09.2025 21:27
davidbures (@davidbures@mstdn.social)

Yeah, completely fucked. Putting any secondary actions in a toolbar still completely breaks the layout for no reason, as well as disabling customization of the toolbar, along with adding three random spacers???

I could excuse this bullshit for the last two versions with "SwiftUI growing pains," but the toolbar API on macOS is the most broken shit to ever exist in this framework, and nobody is fixing it! How can anything this broken ship!!

#SwiftUI #macdev





Show Original Post


16.09.2025 21:18
davidbures (@davidbures@mstdn.social)

Two spacers (only one defined in code), and a mysterious gray circle, great job SwiftUI team. I see the toolbar API on macOS is still busted

#SwiftUI





Show Original Post


16.09.2025 19:35
swiftdevjournal (@swiftdevjournal@mastodon.world)

The following article shows how to create custom SwiftUI layouts:

createwithswift.com/creating-c

#SwiftUI




Show Original Post


16.09.2025 19:33
nicoreese (@nicoreese@mastodon.social)

Seems like this is still part of the issue where app and widget try to migrate one after another or at the same time. Did anyone implement a fully working version of the concept that widgets never migrate, wait for the app to do so, and then reload?
mastodon.social/@nicoreese/115




Show Original Post


16.09.2025 19:00
refactoredd (@refactoredd@mastodon.online)

Any suggestions as to why this keeps happening? In my share extension the view that is presented is wildly unreliable. It gets dismissed as soon as it opens. Or after typing some text it’s never a clear reproducible reason. I am using a UIHostingController to embed a SwiftUI as the root view. The strange thing is it doesn’t happen on the simulator or when building from the share extension target.

#swiftui #buildinpublic





Show Original Post


16.09.2025 17:35
BitRigApp (@BitRigApp@mastodon.social)

Bitrig is making native iOS app development as easy as a quick chat. And today we’re revealing more about how we did it. Check out Part 2 of our series digging into how Bitrig works.

bitrig.app/blog/interpreter-by




Show Original Post


16.09.2025 15:46
gallaugher (@gallaugher@mastodon.world)

For those following the Semester of #SwiftUI, last night’s slides, including challenge problems, and solutions, are in a keynote doc in the open Google Drive at gallaugher.com. The challenges are quick ways to check learning from lessons at bit.ly/prof-g-swiftui. Be sure to let me know if you find it useful. And faculty - feel free to use in your own courses.




Show Original Post


16.09.2025 15:42
paul (@paul@whisper.tf)

Anyone have an idea what I am doing wrong?

.searchable(text: $searchText)
.searchScopes($searchScope) {
ForEach(SearchScope.allCases) { scope in
Text(scope.rawValue).tag(scope)
}
}

Is this suppose to look like this on iOS26? Like having the scope at the top still? #SwiftUI





Show Original Post


16.09.2025 14:59
dimitribouniol (@dimitribouniol@mastodon.social)

Struggled to get a custom button shape on tvOS to no avail… tomorrow let's try again with hover effects? See you then!

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




Show Original Post


16.09.2025 14:51
gingerbeardman (@gingerbeardman@mastodon.gamedev.place)

Spindle update: tidied up the UI (grids are great!) and submitted for TestFlight.

#macos #swiftui #buildinpublic #cdrom #preservation #macapp #macdev #redump #dumping





Show Original Post


16.09.2025 14:09
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 bugs for 1.5.1!

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




Show Original Post


1 ...178 179 180 181 182 183 184 185 186 187 188 ...236
UP