Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to have multiple presenting centered views #219

Open
Jasperav opened this issue Sep 6, 2018 · 2 comments
Open

Possibility to have multiple presenting centered views #219

Jasperav opened this issue Sep 6, 2018 · 2 comments

Comments

@Jasperav
Copy link

Jasperav commented Sep 6, 2018

It would be great if I can present multiple centered views, without the one waiting for another. I got a tableView which displays the messages the user has. This is a centered view. When the user clicks one of the cells, I want to present them the message in a new view. That view should also be a centered view. However, nothing happens when I tap on the cell because the new view is enqueued.

Only when the old view has been dismissed, the new view gets shown :(. Creating a new instance of SwiftMessages() and showing the message on the new object doesn't work as well...

@wtmoose
Copy link
Member

wtmoose commented Sep 6, 2018

Are you wanting the views to be layered on top of each other or have the new view replace the previous one?

@Jasperav
Copy link
Author

Jasperav commented Sep 6, 2018

It would be better that the views are on top of eachother. The first view is the tableview which displays the messages the user has. The second view is the message itself. That view should be on top of the first view (the tableview).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants