Helm
Helm copied to clipboard
A graph-based SwiftUI router
Traditional analytics tools don't provide graph analytics. Helm would enable this. When enabled we could record paths taken by the user, then: * Identify common paths. If one exists already,...
Hello Valentin. Pretty cool project! I'm wondering how or where I do declare that a certain view is shown based on a condition. For example: 1. After the splash screen...
Could the missingSegueToFragment error be updated to include the 'from' fragment that doesn't have the connection instead of just the 'to'? Also examples of navigating between views and how to...
Can Help be used with NavigationStack within TabView? I'm struggling to understand, how to wire up the state of the stack to the helm. Here is modified sample project that...
I came across strange flickering effect when creating a nested view stack with Helm. It looks like the child view is being open twice. For demonstration purpose I added a...