Skip to content
#

yalantis

Here are 35 public repositories matching this topic...

maxydey
maxydey commented May 19, 2019

A feature request

What do you want to add?

Add gestureRecognizer to shouldDragCardAt delegate method arguments. It will make easier blocking the swipe event, when the Koloda is inside a tableviewCell, and you don't want to mess with the scroll

How should it look like?

func koloda(_ koloda: KolodaView, shouldDragCardAt index: Int, gestureRecognizer: panGestureRecogni
AdamMoffitt
AdamMoffitt commented Jun 26, 2018

Report a bug

In line 98 and 126 of PullToRefresh.swift, the following warning is generated: Simultaneous accesses to 0x104e18828, but modification requires exclusive access

line 98: if (context == &KVOContext && keyPath == contentOffsetKeyPath && object as? UIScrollView == scrollView) {

line 126: else if (context == &KVOContext && keyPath == contentSizeKeyPath && object

Improve this page

Add a description, image, and links to the yalantis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yalantis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.