Spyke
iosprogramming·iOS Programmingbyshaggy959500

[Release] PetDNS - profile manager for NextDNS

cross-posted from: https://lemmy.world/post/48136096

Welcome to PetDNS, a fully native management app for NextDNS!

If you're not familiar with NextDNS, I highly recommend giving the service a try! NextDNS is a DNS service that blocks advertisements and trackers across the web and inside apps to help secure your devices.

PetDNS is the easiest and best way to manage your NextDNS account, whether you have one profile or dozens! PetDNS has beautiful dashboards and analytics, a feature-rich log parser, and full control over advanced features, such as DNS Rewrites and Parental Controls.

Other NextDNS management apps either have unnecessarily restrictive free tiers or push you to a web view to manage certain parts of your profiles and account. PetDNS gives you access to all of your data at no charge. PetDNS also provides widgets and Shortcuts to allow automated data gathering and management, something that no other app currently provides!

App Store link: https://apps.apple.com/us/app/petdns/id6772567385

Any and all feedback is welcome!

[Release] PetDNS - profile manager for NextDNShttps://apps.apple.com/us/app/petdns/id6772567385Open linkView original on lemmy.world
iosprogramming·iOS Programmingbyroydbt

Undo a backward move when using NavigationStack

When I navigate backward (like swiping the view from the left), I want to be able to drag it back from the right to move to that previous view. Sort of like an undo stack.
I asked this question on StackOverflow and the solution there works, but doesn't feel "native": I want the full dragging-of-the-view effect just like in the native navigation.
Is it possible to use NavigationStack or other existing views to solve that?

View original on kbin.social