Skip to content

Can't display popup view from another popup view [Question] #14

@ozankonur

Description

@ozankonur

I would like to show myFirst popup view, then when I clicked a button inside myFirst popup view, I would like to dismiss myFirst popup view and open mySecond popup view. But after myFirst popup view dissmissed, mySecond popup view not presenting..

Here is what I tried so far;

To open myFirst popup:

presentPopupView(myFirst!)

it is working fine, then when I clicked button in this popup view, I am doing this:

self.dismissPopupView() self.presentPopupView(mySecond!)

In here, myFirst popup dissmiss correctly. But there is no mySecond popup view displaying..

Any advise? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions