Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
145 views

Recently I published App in PlayStore & AppStore. I using DOTNET MAUI 8.0.403 in Mac VS Code. Now I'm experiencing an issue where the swipe gesture doesn't triger in Android Emulator. But it ...
David Kim's user avatar
0 votes
1 answer
36 views

I'm building a custom notification system for my iOS app where temporary notification views are displayed on top of the screen. These views have a layered structure with a UIVisualEffectView for a ...
Michael's user avatar
  • 392
0 votes
1 answer
30 views

I am using leadingSwipeActionsConfigurationForRowAt method for Swipe. I also using drag and drop feature here. Property tableview.editing is true in this condition. then i can't get callback of swipe. ...
aryan tak's user avatar
0 votes
2 answers
92 views

I need left swipe gesture for my viewcontroller and in the same viewcontroller i have one imageView if i click that imageView i need to use "UITapGestureRecognizer" and push to another ...
learn_swift's user avatar
0 votes
2 answers
39 views

I need to add a left swipe gesture recognizer to my CommentVC. My CommentVC includes a tableView, so if I have 0 cells in CommentVC then I am unable to swipe back. My code: with this code I can swipe ...
new dev's user avatar
  • 45
0 votes
1 answer
515 views

I will mention this is not an issue on Windows. I don't know about mac or iOS. On Windows it just works. I would like to enable swipe gestures in Media Player for Maui Community toolkit. The player ...
James Crutchley's user avatar
0 votes
0 answers
215 views

How to achieve something like this where you open view controller which expands from a cell and can be closed by swiping only at left side of the screen with animation. Right now Im focussed on only ...
Mel's user avatar
  • 469
0 votes
1 answer
287 views

Is there a way to implement a card sliding gallery in a UIViewController? The gallery is not supposed to have images but buttons. I'm thinking the app "Bumble" for example when it comes to ...
JuFa512's user avatar
  • 159
0 votes
2 answers
113 views

I've implemented a popup notification in my app to show user the data was being updated successfully or not. This popup is just a UIView instantiated from .xib. Here is screenshot of elements ...
artexhibit's user avatar
0 votes
0 answers
288 views

I've got an VStack in a View and one of the items in it is another View (created in a separate file because of it's complexity). Inside that subview, I have a ZStack which overlays several images, and ...
BarryD's user avatar
  • 41
0 votes
0 answers
294 views

Two viewControllers one is aboutViewController and second one is customViewController.Added customViewController in aboutViewController as an subView on bottom position now I want when user swipe up ...
Faheem's user avatar
  • 117
1 vote
0 answers
192 views

so I have a sliding card located at the bottom of the page. When it appears, it starts with the top of edge of the card at about halfway up the screen. I want to make it so that when I tap it or swipe ...
nickcoding2's user avatar
0 votes
2 answers
1k views

I have a date picker. I would like to change the date displayed to a date before or after using gesture control. Ie, when a person swipes left the date goes one day behind and if a person swipes right ...
neofliesgt's user avatar
0 votes
1 answer
160 views

I have a containerView and inside that container view I have 2 UILabel(titleLabel and detailLabel) and 1 UIImageView(myImage)..I have added UI swipegesture to the containerView...Now I want to display ...
Sarthak 's user avatar
0 votes
1 answer
574 views

I had a custom SwiftDataTable. which having the columns and row. I want to do swipe to delete each section. I don't have idea how to do that! any help much appreciated!
Leena's user avatar
  • 59
0 votes
2 answers
1k views

I have Two UIButtons on Right and Left and a UIView At Middle of the button.. I have to swipe ContainerView with some animation on UIButton click.. If user tap on right button ContainerView swipe to ....
Sarthak 's user avatar
0 votes
0 answers
70 views

override func viewDidLoad() { super.viewDidLoad() self.tableView.register(UITableViewCell.self, forCellReuseIdentifier: "SavedExercise") let swipeRight = ...
user13736502's user avatar
1 vote
0 answers
306 views

As per answer in https://stackoverflow.com/a/64726641/3286489, I can perform a swipe down to dismiss a fullscreen ViewController using UISwipeGestureRecognizer. However, when I transfer the same code ...
Elye's user avatar
  • 61.3k
0 votes
1 answer
320 views

How can I achieve this type collection view? Ref Image When user swipe up, cell should move to up. I have searched a lot and tried many logic, but not able to match same.
Er.Shreyansh Shah's user avatar
0 votes
1 answer
1k views

I am trying to clone Tinder, have done with swipe left (dislike person) and right (like person) by Yalantis/Koloda (https://github.com/Yalantis/Koloda). I also have two images for button like/dislike. ...
Tuan Ho Si's user avatar
0 votes
0 answers
146 views

I have tested the following code, and only the selectors for the pan, tap, and long press recognizers activate. I have tried adding the recognizers inside the UIView subclass and adding the ...
An Li's user avatar
  • 1
1 vote
1 answer
987 views

I have a UISwipeGestureRecognizer added to my view that is recognized when you swipe down with one finger. I want this to also be recognized when you swipe down with two fingers on a trackpad while ...
Jordan H's user avatar
  • 56.5k
3 votes
2 answers
128 views

I am creating a Share extension and faced with a strange behaviour during my tests on iOS 13.0 and later. I use UISwipeGestureRecognizer to interpret user's swiping gestures on the main view on my ...
Vladislav's user avatar
  • 165
2 votes
1 answer
107 views

I'm trying to add a swipe gesture recognizer to my view. Here's a snippet of code from my viewDidLoad()method of the main view controller file: self.view.addGestureRecognizer(UISwipeGestureRecognizer(...
nicog's user avatar
  • 112
1 vote
1 answer
855 views

The hierarchy: MainVC calls present(GameVC, animated: true, completion: nil) let vc = self.storyboard?.instantiateViewController(withIdentifier: "GameVC") as! GameVC self.present(vc, animated: true, ...
Xcoder's user avatar
  • 1,453
0 votes
1 answer
84 views

I have a UISlider inside of my view, the view itself have a swipeGesture added to it. So that when the user swipe in the right hand-side direction, the viewController will go back to the previous one. ...
devJo's user avatar
  • 63
2 votes
1 answer
1k views

I am new to iOS and trying to build an app to learn more. I'm stuck at the last stage of my application. I want to be able to swipe between two container views using segmented control. I want to add ...
Affan siddiqui's user avatar
1 vote
0 answers
3k views

we have used the page view controller to show the swipe to instruct the user to login instruction, we are facing core foundation crash and below is the stack trace and code snippet: StackTrace: ...
HariKarthick's user avatar
  • 1,508
0 votes
3 answers
96 views

I have a UITextView object that displays an error message. The object drops down from the top of the screen like a notification. By default it stays stationary for 5 seconds and then goes back up ...
Elliot Fisher's user avatar
-2 votes
1 answer
694 views

I have a collection view in which 4-5 images are there & its scrolling direction is horizontal. I want to push to a view controller after the end of scrolling of both the side (i.e) left & ...
Suhail's user avatar
  • 332
0 votes
1 answer
82 views

I have implemented the swiping feature using SwipeGestureRecognizer on my homepage. But the problem is the home page is a child of a MasterDetailPage. So when I swipe to left in the homepage, the ...
Sreejith Sree's user avatar
0 votes
1 answer
3k views

I am working on iOS application and I am using Swift 4.2 and Xcode 10.3. I have to enable swipe gesture to pop UIViewController in UINavigationController and this is my application screen flow: Flow ...
ajeet sharma's user avatar
-1 votes
1 answer
43 views

I am adding a custom swipe gesture on a UITableViewCell that updates CoreData when a specific cell is swiped. However, I am having trouble passing the indexPath of the swiped cell to the function that ...
gmdev's user avatar
  • 3,205
1 vote
2 answers
307 views

I make an app is working in portrait and landscape left et i would like to know how the swipe left only work in landscape left and the swipe up only in portrait. I do this in viewDidLoad: // swipe ...
stork's user avatar
  • 19
2 votes
1 answer
202 views

I have a view which I've added a UIPanGestureRecognizer to. I've noticed that the trailingSwipeActionsConfigurationForRowAt does not work together with this pan. When I remove the pan the trailing ...
alionthego's user avatar
  • 10.1k
2 votes
2 answers
491 views

I'm trying to add gesture code for swipe up/down to my UIViewController in a tvOS app. override func loadView() { let swipeDown = UISwipeGestureRecognizer( target: self, ...
Justin808's user avatar
  • 21.7k
0 votes
1 answer
75 views

I have a swipe gesture recognizer that I turn off after the user swipes. That’s when I have a series of animations. 1st, a view will move in the direction that the user swipes. Then based on the ...
JWIDROFF's user avatar
4 votes
5 answers
2k views

Note: This is the iOS 13 beta, but also could apply to the official release tomorrow. Update 2: I replaced it with a larger thumb image, and I'm still having a problem. Update: It looks like it ...
Chewie The Chorkie's user avatar
-1 votes
2 answers
281 views

I know when we set the height of cell to 91 it shows both image and text vertically but I want horizontally side by side without setting height.
Siva Kumar Aketi's user avatar
-1 votes
2 answers
635 views

I have the following code to swipe a view out of the screen when swiped right let gesture = UISwipeGestureRecognizer(target: self, action: #selector(swipedView(_:))) gesture.direction = .right ...
iOSDev's user avatar
  • 336
0 votes
2 answers
311 views

I am creating an app that has a user interface similar to Tinder. By this, I mean that there are three primary view controllers that can be "panned" between. The user can simply drag to move to any ...
David Chopin's user avatar
  • 2,574
0 votes
1 answer
1k views

I have UICollectionView in my ViewController (Please check below attached image for view hierarchy). How can we detect when the user swipes up or down? It doesn't matter if we add gesture recognizer ...
Eswar's user avatar
  • 199
1 vote
1 answer
76 views

I'm trying to implement swipe to dismiss views in my app. I'm using a UISwipeGestureRecognizer, and on a left or right swipe the view gets dismissed. However, UISwipeGestureRecognizer has an ...
Kevin2566's user avatar
  • 451
0 votes
1 answer
937 views

I've recently implemented a pdfviewer using the ios PDFKit library, and am using singlepage mode rather than continuous mode. Following the solution to another question I've implemented the page ...
shochu_king's user avatar
7 votes
3 answers
5k views

I'm trying to display a pdf on ios via apples PDFKit library, and rather than use PDFDisplayMode.singlePageContinuous mode, I want to stop at page breaks so I'm trying to use PDFDisplayMode.singlePage....
shochu_king's user avatar
0 votes
0 answers
50 views

I have a ViewController with large titles. In my ViewController are 2 cells. UISwipeGestureRecognizer is not working by swiping down. I want to call a searchController with this swipe-action in the ...
Ralf Bordé's user avatar
0 votes
1 answer
88 views

I have a UICollectionView where each cell has a left and right UISwipeGestureRecognizer which gives the illusion of flipping an image for a menu. The thing that I cannot figure out how to do is "...
Dani's user avatar
  • 3,697
0 votes
1 answer
237 views

I am using SWRevealViewController for side menu. while i click on menuBtn, im performing right toggle operation. I want the same when i swipe right Can any one Please Help me with it. class ...
Ravi's user avatar
  • 195
0 votes
0 answers
410 views

I have a viewcontroller that is embedded in a navigation controller. I wanted a Swipe right to go right left and change viewcontroller from VC1 to VC2, which thanks to people on stackoverflow i ...
Matt Gilbert's user avatar
0 votes
1 answer
114 views

I have added swipe action to my application. I have 5 buttons which represent days of the week. When I click on one button it changes the array of my table view and some things. Swipe action does ...
Cydiaddict's user avatar

1
2 3 4 5
11