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

Click outside menu #162

Closed
wants to merge 4 commits into from
Closed

Conversation

bohachevskyy
Copy link

Hello. I added some changes to the PR #160
I want that my changes will be applied. Looks like developer who created original PR doesn't want to continue his work. So, I created own.
I have added changes that were requested. Will be happy to be usable for project 😄
With regards, Dmytro

@@ -193,34 +197,43 @@ open class ENSideMenu : NSObject, UIGestureRecognizerDelegate {
sourceView.addGestureRecognizer(leftSwipeGestureRecognizer)
}

if clickOutsideClose == true {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why clickOutsideClose is needed if it's always true?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proper design would be if the value is passed in to the initializer.

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.

None yet

3 participants