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

how to limit care number ?????????? who can tell me ............ #89

Open
jiangjiatao opened this issue Sep 4, 2017 · 2 comments
Open

Comments

@jiangjiatao
Copy link

No description provided.

@willsmillie
Copy link

Not sure if this is what you're looking for since you didn't really give any info but try this...

swipeableView.numberOfActiveViews = 15

@ralphcorleone
Copy link

In the file "ZLSwipeableView.m" go to method - (void)swipeView:(UIView *)view location:(CGPoint)location directionVector:(CGVector)directionVector { and comment the line [self loadViewsIfNeeded];

Obviously they must have the limit of active views.

swipeableView.numberOfActiveViews = 7

BeHappy();

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

No branches or pull requests

3 participants