nicklockwood/SwipeView

viewForItemAtIndex not called when wrapEnabled = YES

linked67 opened this issue · 0 comments

Like the title say, this datasource don't get called when i enable wrap and i have nothing on screen.
With wrap to NO there is no problem, the delegate is called and everything works fine.

Curiously numberOfItemsInSwipeView get called in both case.

Someone has an idea why the wrap is not working ? Does it need something special to work ?