Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7993159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:46:08+00:00 2026-06-04T13:46:08+00:00

Is there a method/class to detect if the finger leaves the screen when sliding

  • 0

Is there a method/class to detect if the finger leaves the screen when sliding out the screen on one of the sides ?

Thx.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T13:46:09+00:00Added an answer on June 4, 2026 at 1:46 pm

    You can try using touchesEnded to detect where the finger was when the touch ended. If it is at the edge of the screen side, it can be inferred that the user has left the screen.

    So on an iPhone, if it is the left or right side, it would have an x coordinate of 0 or 320, and if it was the top and bottom side, it would have a y coordinate of 0 or 480.
    On an iPad it would be 0 and 768, and 0 and 1024 respectively.

    -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
    

    You can start with touchesBegan and detect which direction they were coming from to decide in which direction to slide the screen.

    -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
    

    touchesBegan and touchesEnded are methods of the UIResponder class, so it should be freely available to use anywhere.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to override a class method with a lambda function? For
Is there a clean method of mocking a class with generic parameters? Say I
Is there any way I can add a static extension method to a class.
I wonder if there is a way of writing a method or a class
I am using this WebCrawler class http://phpcrawl.cuab.de . There is a method named setTmpFile()
There is class Road with its Road.h and Road.cpp which contains implementation of method
Is there a way to override an existing method in a partial class? Something
I've got following problem: (c#) There is some class (IRC bot), which has method,
Possible Duplicate: Detect if a method was overridden using Reflection (C#) Is there a
Is there any method to detect invalid (or undefined) route and trigger 404 page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.