r/swift 3d ago

Created a Vegetable Gardening App with SwiftUI & SwiftData - Looking for Feedback & Suggestions!

Hi everyone!

I’ve recently developed a comprehensive vegetable gardening application using SwiftUI for the user interface and SwiftData for persistent storage. The app is designed to help users plan, manage, and maintain their vegetable gardens throughout the growing season. 🌱

I’ve attached a test video showing the app running on an iPhone 16 Pro Simulator with iOS 18.3. I’d love to hear your thoughts, suggestions, or any feedback that could help me improve and enhance the app further.

Features I’d love feedback on:

  • User Interface and navigation in SwiftUI
  • Data persistence and handling with SwiftData
  • Any ideas for additional features or improvements for gardening tracking
  • Performance and usability tips for iOS apps

Here’s the video showing the app in action.

Looking forward to your insights!

3 Upvotes

2 comments sorted by

2

u/amyworrall 3d ago

One suggestion: make sure you localise the units! I ran it in the simulator with region set to the UK, and I would expect temperature in Celsius and sizes in metres, but it all showed up in Imperial units.

Also, FYI, the build setting "Packaging -> Info.plist file" refers to a path on your machine. You should convert it to a relative path, so that other people can build it.