It still has a few small issues to fix, but essentially it seems to be working even for "those" videos.
#SwiftUI #iOSDev #iOSDeveloper #AppDev #indieDev #indieApp #BuildInPublic

dad & husband. Almost every night iOS developer
Building: Event Jar, FeedTube and others…
| Event Jar | https://apps.apple.com/app/id6459984864 |
| FeedTube | https://apps.apple.com/app/id6741320680 |
| PixLink | https://apps.apple.com/app/id6746123581 |
It still has a few small issues to fix, but essentially it seems to be working even for "those" videos.
#SwiftUI #iOSDev #iOSDeveloper #AppDev #indieDev #indieApp #BuildInPublic
Okay, I think that maybe this little app I made mostly for my own use could also be released. The concept is very simple: it saves images online with a direct URL. That's it. I use it to view snapshots from webcams, but you can also upload regular images. Just need only direct url of image.
#SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic
Finally, I’ve found a way to stop seeing that terrible effect (left side is how it should be, right side is not).
left side use
.glassEffect {
.regular.interactive(),
in: .capsule
)
right side use:
.glassEffect()
#SwiftUI #iOSDev #iOSDeveloper #Learning #AppDev #indieDev #indieApp #BuildInPublic #iOS26 #LiquidGlass