You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to UINavigationController in an iOS world)
Question: How do we prompt clients to populate a page, maybe following a UITableView-esque data source pattern?
The text was updated successfully, but these errors were encountered:
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 toUINavigationController
in an iOS world)Question: How do we prompt clients to populate a page, maybe following a
UITableView
-esque data source pattern?The text was updated successfully, but these errors were encountered: