Top "Swipe-gesture" questions

Swipe is a gesture that involves touching a touchscreen or trackpad, translating the finger in one direction across the screen or pad, and removing the finger.

Swipe back - interactivePopGestureRecognizer not working

I have screens like this photo. HomeViewController will push to maintabbar, and a tabbar item will push to detailScreen. Why …

ios objective-c swift swipe-gesture
Swipe effect like inshorts news app

link check this news app, i want to develop like this. i want swipe up/down side effect.. i tried …

android android-cardview swipe-gesture
Detecting swipes, click, hold on one View Android

I have an ImageView which fills my whole Activity. I need to be able to detect 4 touch events : Hold (longer …

java android listview listener swipe-gesture
swipe menu for items in the recyclerview

I need to implement a swipe menu for each items in the recyclerview.I don't want to move the cell …

java android android-recyclerview swipe-gesture
Swipe to show Buttons in ListView just like IOS

I am trying to achieve IOS Mail like swipe effect in Android. I have gone through several links and blogs …

android listview swipe-gesture
Getting row position of listview on swipe

I know this type of question is asked before here. I have tried both gesture detector : wholelistview.setOnTouchListener(new View.…

android listview gesture-recognition swipe-gesture
Xcode: How do I change UIPageControl value with swipe gesture?

I have a quick question I was hoping you guys could help me answer. Right now I have a UIPageControl …

objective-c xcode uipagecontrol uiswipegesturerecognizer swipe-gesture
Can't scroll in a ListView in a swipeRefreshLayout

I'm having an issue with the SwipeRefreshLayout. I have a list view within the layout and every time I scroll …

android swipe-gesture swiperefreshlayout
Android - Show/Hide TextView using Swipe Left to Right

I'm trying to show/hide TextView. So if the user swipe left-to-right, it will show TextView from behind the "orange …

android view textview show-hide swipe-gesture