-
Notifications
You must be signed in to change notification settings - Fork 6
Pages #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestflesh outIssue details are incomplete and need expanding uponIssue details are incomplete and need expanding upon
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestflesh outIssue details are incomplete and need expanding uponIssue details are incomplete and need expanding upon
Possibly as a secondary "module" or sub-library to the core library I'd like to have the concept of pages or groups (similar to the official software)
In short this will enable users to click on a key, and for the entire screen to switch out for something different.
Question: Would we like to persist a navigation "stack" where you can easily call
.back()to return to the previous page? (Similar toUINavigationControllerin an iOS world)Question: How do we prompt clients to populate a page, maybe following a
UITableView-esque data source pattern?