ZLSwipeableView icon indicating copy to clipboard operation
ZLSwipeableView copied to clipboard

datasource method not called

Open parth0072 opened this issue 7 years ago • 2 comments

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

parth0072 avatar Jan 25 '18 03:01 parth0072

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 avatar Nov 14 '18 01:11 ArthurZK

I had fixed this issue by changing its property modifiers

ArthurZK avatar Nov 14 '18 01:11 ArthurZK