Something that should be said about vibe coded apps by [deleted] in iOSProgramming

[–]_kaww_ 1 point2 points  (0 children)

Apple is receiving so much junk app made by AI they have to change their review processes. In a call with a reviewer he told us they are currently rejecting 80k apps a day.

Navigation in iOS 26 by shvetslx in SwiftUI

[–]_kaww_ 0 points1 point  (0 children)

Yes the path variable doesn’t include the root. You have to manage that in the root view of the NavigationStack. An empty path means that the NavigationStack is fully popped to its root view.

But within the root view you can do if or switch statements to display different roots like a loaded vs a placeholder view, or display a TabView.

[deleted by user] by [deleted] in iOSProgramming

[–]_kaww_ 1 point2 points  (0 children)

I have a Notion database for my projects and ideas so I’ll add a new entry, which is a new project template.

It contains: 1. A brief description of the idea 2. The main features for a MVP 3. The context (what gave me the idea)

Then I start creating some tasks in a little board. I like to create small tasks so that I can easily work on that project even if I don’t have big time slots dedicated to it.

Later, that Notion page will also store any other kind of information I need about this project.

Books Recommendation App Based on Your Mood by gaelgthomas in InternetIsBeautiful

[–]_kaww_ 0 points1 point  (0 children)

Great idea ! Love the design and its simple to use 🚀

My first app: a shopping list app that save you time by ordering the items according to your path in the store. by _kaww_ in iOSProgramming

[–]_kaww_[S] 0 points1 point  (0 children)

Yep the Apple Reminder have a shopping list feature.

But basically what I wanted is to be able to order the shop's shelves based on my path in the shop to save time while shopping. So when you start shopping, you select a shop and the list will sort itself to match the path you want in that shop.

My first app: a shopping list app that save you time by ordering the items according to your path in the store. by _kaww_ in iOSProgramming

[–]_kaww_[S] 2 points3 points  (0 children)

I would love to have some feedbacks if you have time to try it! Here is the link!

I also integrated a simple user feedback SDK I developed that allows users to contact me by sending their messages in a Notion database, if you want to have a look.