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

Fixed modalPresentationStyle broken in ios 7.x #117

Merged
merged 1 commit into from
Feb 24, 2015
Merged

Fixed modalPresentationStyle broken in ios 7.x #117

merged 1 commit into from
Feb 24, 2015

Conversation

rad182
Copy link
Contributor

@rad182 rad182 commented Feb 24, 2015

If you present IDMPhotoBrowser under iOS 8.0
modalPresentationStyle of _applicationTopViewController is changed to UIModalPresentationCurrentContext as indicated in the init() method
but after you dismiss the IDMPhotoBrowser it doesn't set back to the original/previous modalPresentationStyle. So when you present any view controller in your app the slide up animation is broken. This pull request should fix that issue

eduardocallado added a commit that referenced this pull request Feb 24, 2015
Fixed modalPresentationStyle broken in ios 7.x
@eduardocallado eduardocallado merged commit 7b65151 into thiagoperes:master Feb 24, 2015
@eduardocallado
Copy link
Collaborator

Thats right, thanks! My mistake. And I will tag it for Pods soon.

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

Successfully merging this pull request may close these issues.

2 participants