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

ZLSwipeableViewDirection static 'constructors' are public now. #9

Conversation

Skogetroll
Copy link

It's easier to create using ZLSwipeableViewDirection.Up than ZLSwipeableViewDirection(rawValue: 0b0100).
Especially if that ZLSwipeableViewDirection.Up is already implemented but hidden from your code by implicit internal keyword.

It's easier to create using ZLSwipeableViewDirection.Up than ZLSwipeableViewDirection(rawValue: 0b0100).
Especcially if that ZLSwipeableViewDirection.Up is already implemented but hidden from your code by implicit internal keyword.
@AndrewSB
Copy link
Collaborator

AndrewSB commented Feb 6, 2016

@Skogetroll thank you for contributing! If you can rebase, I'll merge this 👍

…onstructors

Conflicts:
	ZLSwipeableViewSwift/ZLSwipeableView.swift
@Skogetroll
Copy link
Author

Done, but all changes i did were commited independently in master, so it's useless now.

@AndrewSB
Copy link
Collaborator

AndrewSB commented Feb 8, 2016

Oh, gotcha. I'll just close this then

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