-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
OverCurrentContext Support. #37
Comments
Could you point out how the community could help you with this issue? I love your framework but for context transitions it's sometimes necessary to show "where you come from", because it's better to understand the context. Isn't it sufficient to store a snapshot of the presenting view controller instead of a pointer to it? |
@fruitcoder Yes, we can start working on this now. For the past few week I have been trying to clean up the existing API and drop the zPosition modifier that was needed to make Hero transitions. About your suggestion with keeping a snapshot of the presentingVC. The problem is that it doesn't work when the screen rotates on the presented VC. Ideally the presentingVC should also rotate and re-layout its subviews. There are 2 problems to be solved:
I am also not very familiar with UIPresentationController. I have to spend some time on that and see if that is something we can use to maintain state information. |
.overFullScreen support is implemented in 0.3.0 |
Thank a lot for this amazing library! This issue is still happening to me - I can still see black background when transition finished.
When I set animated property to false |
Any news on this? |
Hero doesn't have support for these modal presentation styles yet. Would be a bit tricky to implement since Hero needs to keep track of the presented view controllers.
Related to #34 #26
The text was updated successfully, but these errors were encountered: