Navigation and Multiple Dynamically Added Views
I've been using the Navigation / NavigationParsley libraries for some time now to good effect. I was wondering if it was possible to use these libraries to allow navigation to multiple instances of the same view, where each view is dynamically added to the application by a user action. For example:-
We have an application which has a tab navigator in which users can load tabbed views. Each tab is the same view class, but with different data (like a web browser's tabbed interface). The user finds the information they'd like, and loads it into a tab. As such, each tab needs to have a different automationName configured on-the-fly after the user interaction. However the Navigation libraries seem to register destinations (the children of a container or tabs in this case) upon finding a Waypoint. Unfortunately at this stage the container does not hold any children, as the user has yet to load the tabs.
Does anyone have suggestions on how to extend the functionality of these libraries to provide this sort of feature, or if this is already in consideration?
Many thanks,
Marc
