-
Notifications
You must be signed in to change notification settings - Fork 379
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
Push to other viewcontroller from BSImagePicker #260
Comments
It was supposed to work like that, if it doesn't it's a bug that will have to be looked into. |
The problem can likely be fixed in ZoomTransitionDelegate.swift by adding a check that to/from view controllers are the expected AssetsViewController/PreviewViewController. If not don't try to apply the expand/shrink animation. |
Thanks for quick reply, but how can I fix it? |
Nah, I am now watching ZoomTransitionDelegate, hope I can do something on this issue :D |
Have a look at ZoomTransitionDelegate.swift
I can probably fix it sometime during the week - but if you or anyone else want some easy open-source karma this is up for grabs until then :) |
woooooooooow, thank you very much |
I will try your suggestion, but I do not really trust my understanding of Transition, I think i better wait for your fix haha |
Something like this might work. With reservation for syntax errors and typos. Just need to make sure that that expand/shrink animation still work with images, videos and live images. And also that what you want to do - push another view controller when pressing done works.
|
Thanks Sorry for my bad English. |
Run the example app on your phone. |
Should be fixed in version 3.1.6 - try it out! :) |
Sorry, still have some question on #259,
How can i push to other viewcontroller from BSImagePicker
The text was updated successfully, but these errors were encountered: