Skip to content

datasource method not called  #93

@parth0072

Description

@parth0072

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions