Luke Zhao

Results 28 comments of Luke Zhao

@brammahh Can you upload your project so I can checkout how you have implemented. I am not seeing this in the example project.

I will reimplement this lib as as Hero plugin once Hero supports overFullScreen presentation. That would help eliminate these bugs and make it support navigationController. For now I don't have...

I will looking into this too. Thanks for reporting!!

I would set the transitionDelegate to nil before presenting the view controller for now. I will investigate on this issue.

I am looking into a custom UIPresentationController for this library. There are a couple of bugs related to this issue since we have no control over the background view that...

Hey Edward. That is not something that this library support. It will be hard to make it work with the current implementation. If you still want to make it work...

Since this is not exactly a transition between two view controller, it would be better implemented as container views within a parent view controller. But that is not what this...