swiftui

Back Open Paginator
23.09.2025 14:15
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

Have you experimented with haptic feedback in your custom controls?

This beautiful tutorial demonstrates building a horizontal dial picker from basic 𝑆𝑐𝑟𝑜𝑙𝑙𝑉𝑖𝑒𝑤 concepts to sophisticated haptic feedback integration. Great exploration of creating engaging, tactile user interfaces that feel natural and responsive.

🔗: levelup.gitconnected.com/swift by Itsuki




Show Original Post


23.09.2025 14:06
obrhoff (@obrhoff@mastodon.social)

Looks like people hate the Windows app even more 😅





Show Original Post


23.09.2025 13:56
obrhoff (@obrhoff@mastodon.social)

Also posted it on Reddit. People are ruthless. 😳

reddit.com/r/AppleMusic/s/qnSu




Show Original Post


23.09.2025 13:53
obrhoff (@obrhoff@mastodon.social)

Daft Music is now in a open beta. Give it a try and let me know what you think of it.

testflight.apple.com/join/dHmg




Show Original Post


23.09.2025 13:19
dimitribouniol (@dimitribouniol@mastodon.social)

Managed to fix the issue with managing credentials on tvOS (Thanks @millenomi!), or at least I hope I did — need to test on device haha. Tomorrow let's tweak the icon slightly and prep the site for the fall season. See you then!

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




Show Original Post


23.09.2025 12:41
dimitribouniol (@dimitribouniol@mastodon.social)

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

Very short stream since I’m recovering from COVID + Flu vaccines, but let's try fixing an issue managing credentials on tvOS!

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




Show Original Post


23.09.2025 11:11
almightyBeaver (@almightyBeaver@mastodon.green)

Working on a new liquid glass achievement notification in my new app Reflectured? 🎉
What do you think?

#reflectured #Shipaton #iOS #iosdev #Xcode #swiftlang #appledev #swiftui #liquidglass #ios26

apps.apple.com/app/apple-store





Show Original Post


23.09.2025 09:35
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

What's the most complex UI component you've built in SwiftUI?

This detailed tutorial walks through creating a custom date range picker component from scratch. Perfect for developers looking to build sophisticated, reusable UI elements that enhance user experience while maintaining clean, testable code architecture.

🔗: khorbushko.github.io/article/2 by Kyryl Horbushko




Show Original Post


23.09.2025 00:48
amyworrall (@amyworrall@mastodon.social)

For anyone following along: I've found the issue. In iOS 18, it was OK to put a sheet modifier somewhere inside a view that's inside a list cell. On iOS 26, that no longer works. Presenting a popup menu from inside the sheet does something iffy to the list cell above, causing the sheet to be regenerated.

I don't know whether I was doing something that was never supported, or whether it's a bug in iOS 26. It doesn't seem to be a change that was communicated. Yey fun I guess.




Show Original Post


22.09.2025 22:41
nicoreese (@nicoreese@mastodon.social)

iOS 26.1 has a new title style for inline large with subtitle. Previously the subtitle would just be omited.

The transition could be better though. And yes, one of the subtitles is still set in Helvetica.





Show Original Post


22.09.2025 18:39
patrickmcconnell (@patrickmcconnell@mastodon.social)

Worth pointing out that Apple provides a LocalSearchCompleter for searching for map points of interest and it handles things like debouncing input but it is not updated with any of the new OS26 MapItem info so you only get a Title and Subtitle.

Of course that would be perfect for my situation, searching for map locations, but Apple is gonna Apple.

So I rolled my own.

developer.apple.com/documentat




Show Original Post


22.09.2025 18:35
patrickmcconnell (@patrickmcconnell@mastodon.social)

Not a fan of Medium content but I found this post very helpful for debouncing a TextField in

No Combine required and it works well with strict concurrency.

For the record, I'm doing this all in my View so I can't say if it translates easily to an Observable.

My use case is dynamic search on TextField changes. It's working very well for me.

medium.com/@lucas.abijmil/debo




Show Original Post


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