swiftui

Back Open Paginator
28.02.2026 17:58
ghalldev (@ghalldev@mastodon.social)

One thing that’s one of my non-negotiable for my music player’s 1.0 release is artist/band images, which is something I haven’t really seen in alternative music player on iOS.

The design is very much a work-in-progress, and it will probably prove to be the most difficult part because I am not a great designer. 😅

#swiftui #buildinpublic #audioplayers





Show Original Post


28.02.2026 15:09
mitt_rafael (@mitt_rafael@toot.wales)

Dùn is live on the App Store! 🚀

Privacy-focused link storage for iOS. Keep personal links separate from Safari suggestions, Face ID protected, local storage.

Free for up to 50 links. Upgrade for unlimited.

Built with SwiftUI, SQLite.swift & StoreKit 2. My second iOS app after 2 months of resisting feature creep.

apps.apple.com/us/app/d%C3%B9n

#iOS #IndieApp #Privacy #SwiftUI





Show Original Post


28.02.2026 13:52
dimitribouniol (@dimitribouniol@mastodon.social)

Worked through what's needed to make sure subscription relationships can be indexed to allow reciprocal invitations. Tomorrow night, let's start implementing basic invitation creation. See you then!

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




Show Original Post


28.02.2026 13:10
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's make sure that subscriptions initiated from an invitation are indexable as such!

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




Show Original Post


28.02.2026 09:38
dan01 (@dan01@iosdev.space)

Can someone explain to me why this one line made everything just work?:
#Swiftui





Show Original Post


27.02.2026 20:32
swiftdevjournal (@swiftdevjournal@mastodon.world)

The following article shows how to use the new SwiftUI instrument to find the views in your app that update the most:

swiftdevjournal.com/posts/swif

#SwiftUI #Xcode




Show Original Post


27.02.2026 19:48
jamesdempsey (@jamesdempsey@mastodon.social)

SwiftUI conundrum: I am using a List in a sidebar in a SwiftUI app on macOS.

The text using Color.primary automatically updates when the list item is selected.

The status badge uses a custom color.

Is there a way to use whatever mechanism Color.primary is using to also automatically update the custom color when selected?





Show Original Post


27.02.2026 16:43
cocoafrog (@cocoafrog@hachyderm.io)

Why does this in #swiftui

ToolbarItem(placement: .automatic) {
Button(role: .cancel, action: myAction)
}

Lead to the cancel button being on the trailing side, but placement: .cancellationAction leads to it being on the leading side (where it should be).

Why do I have to tell the framework that it should place the Cancel-Button where Cancel buttons go, when I already told it „please place it automatically where it makes sense“?!




Show Original Post


27.02.2026 14:13
dimitribouniol (@dimitribouniol@mastodon.social)

Started going through my notes for how invitations should be structured. Tomorrow night, let's look into how reciprocal subscriptions are encoded. See you then!

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




Show Original Post


27.02.2026 13:40
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's start looking into recording invitations for newly-created permissions!

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




Show Original Post


27.02.2026 11:45
nicoreese (@nicoreese@mastodon.social)

RE: mastodon.social/@nicoreese/116

And of course there‘s no way to get the display corner radius, right? ConcentricRectangle does, of course, not work.




Show Original Post


27.02.2026 11:18
nicoreese (@nicoreese@mastodon.social)

watchOS: Any tips on how to show a image inside a View which fills the whole screen (needs ignoreSafeArea?) without it breaking when a NavigationStack transition occurs?

I basically want to achieve this look inside a TabView, a tap opens another view. Right now during that transition the safe area is not ignored anymore and the image breaks.





Show Original Post


1 ...41 42 43 44 45 46 47 48 49 50 51 ...236
UP