I'll be sharing more in the days leading up to the release.
In the meantime, feel free to check out the TestFlight and let me know what you think! 😄
I'll be sharing more in the days leading up to the release.
In the meantime, feel free to check out the TestFlight and let me know what you think! 😄
@fireatwill Oh I’m so glad to hear that!
I was trying out the app, and unfortunately it doesn’t cover my area. But I’ll be keeping an eye on it!
(Tiny feedback: the settings rows don’t seem to be completely tappable, only the text/icon)
@mattiem Thanks for checking it out! 😄
I'm building out the list of campsites & the API that serves them from scratch, so I'm going one country at a time. Hoping to branch out of the US soon!
Great catch with the settings rows - I'll see if I can fix that in the next beta 🧑💻
@mattiem Those rows in the settings screen are SwiftUI buttons with an HStack inside them. Turns out that by default the Spacers aren't tappable, but adding .contentShape(Rectangle()) to the HStack seems to make the entire area tappable!
This seems to have done the trick. Thanks for pointing this out! 😄
@mattiem Great catch! 🤩
Truth be told, I was happy to look at it because I'm procrastinating on updating the App Store screenshots and press kit 😅
The "Rate Pines" row didn't get updated to work because the link rows used a separate but similar view that I didn't update 🙈
I combined the two views into a single NavigationRow view to simplify things and now it's working! 😎 I'll push it out to TestFlight in a minute just for you 😄