swiftui

Back Open Paginator
29.11.2025 12:06
chbeer (@chbeer@mastodon.social)

… that stupid liquid glass animation is even way worse in this text field.





Show Original Post


29.11.2025 12:03
chbeer (@chbeer@mastodon.social)

I‘m still not getting how somebody could decide that bumping the whole container is a good idea when tapping one button. Letting the ugly placement of the .keyboard toolbar aside





Show Original Post


29.11.2025 11:41
nemecek_f (@nemecek_f@iosdev.space)

Sorry, by “list” I mean ScrollView 🙉 #SwiftUI #iOSDev #indieDev




Show Original Post


29.11.2025 11:28
nemecek_f (@nemecek_f@iosdev.space)

Any #SwiftUI layout experts here? 👀

This screen uses `TabView` where each tab is list - the reason is not to lose state and position when user toggles between the lists.

I have no idea how to make it so the content scrolls under the navigation bar and tab bar 🥲

I tried various things, including ignoresSafeArea but then the content is overlapping both bars.

#iOSDev #indieDev





Show Original Post


29.11.2025 10:14
n0rthk1n9 (@n0rthk1n9@mastodon.social)

Get 66 % off App Exhibit until 3rd of December on indieappsales.com with code INDIEAPPSALES2025 🎁 App Exhibit is the business card for your app!

When you’re out on conferences or meetups and want to share your app with others, App Exhibit is the easiest way to do it! Just add your apps by sharing the App Store Link with App Exhibit or directly search for it. Now you can share the app with just one tap (1/2)




Show Original Post


29.11.2025 07:00
natpanferova (@natpanferova@mastodon.social)

The November issue of the Nil Coalescing newsletter has been sent to all the subscribers, and it's now available online: nilcoalescing.com/newsletter/2

I shared news on my Swift and SwiftUI book updates, Black Friday book deals, recent videos, and my conference plans for next year.




Show Original Post


29.11.2025 03:43
marioguzman (@marioguzman@mastodon.social)

And finally, this is what I’ve settled on for the lock screen.





Show Original Post


29.11.2025 03:32
marioguzman (@marioguzman@mastodon.social)

Pretty Happy with how my Live Activities have turned out.

Short demo:
1. When getting arrival times, long press on any arrival and chose Track with Live Activity
2. From the Dynamic Island or Lock Screen, you can tap to open the app to that transit stop as well as highlight the specific arrival
3. Shows up on Apple Watch Smart Stack & tapping on it also opens up PDX Transit for watchOS to the transit stop & highlights the arrival
Check the video:





Show Original Post


29.11.2025 01:05
dan01 (@dan01@iosdev.space)

I have finally managed to introduce persistence (via SwiftData) to Librarius.

I started by making my data models structs – as Apple recommended – only to find out SwiftData needs classes.

It made sense, so I switched to classes, it was hell on earth. I then, thanks to the advice of a friend, had both classes and struct representations (and class models could be instantiated from structs).

This made life easier, but is it a general pattern?
#Swift #swiftUI #SwiftData
github.com/stoiandan/Librarius




Show Original Post


28.11.2025 22:22
bigmountainstudio (@bigmountainstudio@mastodon.social)

🎄Save 40% off all Picture Books!
🗓️Now until December 15th
📕Includes "AI Mastery in SwiftUI" ($20)
👉bigmtn.studio/





Show Original Post


28.11.2025 21:03
blackmercury (@blackmercury@toot.community)

Well it’s been a while. A long while. Unfortunately life sometimes throws us curveballs at us.

But, the latest build of my IBD app is so close to being a release candidate I can almost touch it.

With luck it will be hitting the App Store soon. #IBD #Ios #development #swiftui




Show Original Post


28.11.2025 17:40
puppethead (@puppethead@ieji.de)

"I need the index of my ForEach...wait, what?"

Swift 6.2 added Collection conformance to enumerated() which simplifies things:

ForEach(array.enumerated()) { index, element in
// ...
}

Before Swift 6.2, these seem to be the approaches available.

alejandromp.com/development/bl

#SwiftUI #SwitLang




Show Original Post


1 ...117 118 119 120 121 122 123 124 125 126 127 ...237
UP