Ditches 1.0 has shipped! Get it here: https://apps.apple.com/us/app/ditches-bury-bad-habits/id6482422925
👨‍💻Apple Developer, 🪵 Woodworker, 📷 Photographer
Ditches 1.0 has shipped! Get it here: https://apps.apple.com/us/app/ditches-bury-bad-habits/id6482422925
Ditches has been submitted for review to the
@AppStore
🔥
well this is very handy https://sarunw.com/posts/manage-in-app-subscription-in-swiftui/
First Blueprint (notifications) is added to #Ditches. Get the #TestFlight here: https://testflight.apple.com/join/bCTgh1yQ
@exkclamation listened to it as soon as it came out! One of the best pods out there
im not sure whats more impressive. How smooth the new Overcast update is or that @marcoarment actually shipped it
@kern while not ideal, I have resorted to filtering the array after the query is made in a computed variable.
This will fall apart with massive amounts of data but I haven’t ran into that issue myself.
Until they add better predicate support I haven’t found a better solution and Apple seems to do similar things in some sample code I have looked at
When 421 !< 1700
I recently wrote about a bug in One16 that made the transition from paid to freemium a bit rocky. You can read about it here:
https://mortiseandcode.com/blog/When-421-is-not-less-than-1700
@matthias_code They are very restrictive with CarPlay.
My assumption is fear of building a local app that integrates into CarPlay that they deem as dangerous. Since its builds (at that point) don't get reviewed
Strange workflow nevertheless
I recently changed One16 from a paid app to freemium. find out more here:
https://codecarton.com/change-log/One16-Version-2.2.0-Released
@adityadaniel nice! I did something very similar to this in a app of mine as well.
How are you handling dark mode with it?
Check out the beta for my new Mastodon app, Saturn! đźŤ
It’s packed full of cool features, gorgeous timelines, and so much more. I’ve poured my heart into this, and I can’t wait to get this polished for an App Store release soon!
Are user reviews worth adding to a paywall?
Oh App Store Connect…you’re a temperamental one.
The more I use statically typed languages the more I dislike dynamic ones. They take me longer to understand what the code is doing
I would love a find unique FetchDescriptor in #SwiftData
@alpennec It's a small edge case i suppose but this is what I was trying to convey.
If the blue bar was a supporting element for the stack it might be a problem. with clipping enabled the blue bar doesn't get covered
@alpennec Let's say you want the "Essential Apps" view nested inside another view for styling purpose's the scroll view will clip over all content outside the scroll view and give you unexpected results. Let me make a better demo 🤣
@alpennec one thing to consider with that modifier though is that it will clip all content on the screen. so if your scrollview is nested in other elements its just going to go over them as well (iPad is where is see where this might be a possibility)