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

"isTapBackgroundToDismissEnabled" is no avaliable #30

Closed
luziqin opened this issue Jan 10, 2017 · 2 comments
Closed

"isTapBackgroundToDismissEnabled" is no avaliable #30

luziqin opened this issue Jan 10, 2017 · 2 comments
Assignees
Labels
Projects
Milestone

Comments

@luziqin
Copy link

luziqin commented Jan 10, 2017

I set the property isTapBackgroundToDismissEnabled false, but seems to no effect
Here is my code:
var presentation = JellySlideInPresentation(cornerRadius: 5.0,widthForViewController: .custom(value: 300),heightForViewController:.custom(value: 260))

presentation.directionShow = .left presentation.directionDismiss = .right

presentation.isTapBackgroundToDismissEnabled = false

let animator = JellyAnimator(presentation: presentation) self.jellyAnimator = animator

let serviceTypeViewController = ServiceTypeViewController() self.jellyAnimator?.prepare(viewController: serviceTypeViewController) self.present(serviceTypeViewController, animated: true, completion: nil)

@SebastianBoldt
Copy link
Owner

Thanks for your Feedback. I will examine this Issue soon and try to keep you updated.

@SebastianBoldt SebastianBoldt self-assigned this Jan 11, 2017
@SebastianBoldt SebastianBoldt added this to the 1.2.1 milestone Jan 11, 2017
@SebastianBoldt
Copy link
Owner

Should be fixed in Version 1.2.1. You just need to pod update.

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

No branches or pull requests

2 participants