Skip to content

Modal segue support for data entry views #704

@mcgsoftware

Description

@mcgsoftware

A common iOS pattern is present modal segues for editing data in the app. Note: A good example of this is the health app, click on 'medical ID' tab, then tap on 'Edit' button in navbar, and the behavior is the new view animates into existence and covers over any existing navbar, tabbar and view currently displayed. I can see a modal segue in the facebook groups app, when Clicking on the 'Groups' tab, the click on the 'create' navbar button, which makes me think it may already be in this framework somewhere, and if so, is there a good example or documentation on how to perform this common use case?

I was hoping for see a Navigation method for this, something like 'modal()' since there is a push() method

The example in UIExplorer where the view 'Navigator' uses 'configureScene' to float a view is sort of similar, but it doesn't wallpaper over the existing navbar, tabbar, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions