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

datasource method not called #93

Open
parth0072 opened this issue Jan 25, 2018 · 2 comments
Open

datasource method not called #93

parth0072 opened this issue Jan 25, 2018 · 2 comments

Comments

@parth0072
Copy link

parth0072 commented Jan 25, 2018

I have try to implemented zlswipeview into swift but data source method not called I try multiple ways but method required
func nextView(for swipeableView: ZLSwipeableView) -> UIView
not called.

`
let swipperView = ZLSwipeableView(frame: self.swipeView.frame)

    self.view.addSubview(swipperView)

   swipperView.delegate = self

    swipperView.dataSource = self

`

please let me know if I doing something wrong.

Thanks

@ArthurZK
Copy link

In my project, datasource method called in the first time ,when it has been alloced. After that, it`s never been called while the project is running.

@ArthurZK
Copy link

I had fixed this issue by changing its property modifiers

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

2 participants