I have an app that implement only two main features - a form to create a table entry and another to look it up with entry screen as login screen. What is the best way to implement the screen flow navigation to these different features? Possible options:
One optimal option could be,
Display the results based on your search query
Display the selected item
details on based on selection +
bar button item to add an entry+
item -> Create Entry Form
-> Confirmation Screen
It should look like,