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

  • Home
  • SEARCH
  • 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 7698901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:21:08+00:00 2026-05-31T22:21:08+00:00

Is it a true statement that UIGesturesRecognizer effectively replaced any manual control afforded to

  • 0

Is it a true statement that UIGesturesRecognizer effectively replaced any manual control afforded to us by

- touchesBegan:withEvent:
– touchesMoved:withEvent:
– touchesEnded:withEvent:
– touchesCancelled:withEvent:

Just looking for a confirmation here.

Thanks

  • 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-05-31T22:21:09+00:00Added an answer on May 31, 2026 at 10:21 pm

    If you are saying that the methods is not going to be called, this is not true.

    If you are saying that the UIGesture can do what this methods do, the answer is yes, with UIGestures you can do all that you can do with this methods you posted. And probably in an easy way to code 🙂

    You can get the state of the gesture, the view and others.
    And with the UIGestures is easy to know if is a tap, a longpress, a swipe, etc.

    Take a look at the Reference

    Edit:

    An example for you, to add a PanGesture, that will be handled after:

    UIPanGestureRecognizer* pan = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(panGestureHandler:)];
    [self.view addGestureRecognizer:pan];
    

    your method that will handle the pan, will receive the gesture, and will look like:

    -(void)panGestureHandler:(UIPanGestureRecognizer *)gesture{
        CGPoint postionInView = [gesture translationInView:self.view];
        [yourView setCenter:postionInView];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't believe that the following statement seems to be still true So, I
a statement that checks if something is true and if not prints a given
Why does the first if statement evaluate to true? I know if I use
If I execute the following statement: string.Compare(mun, mün, true, CultureInfo.InvariantCulture) The result is '-1',
I always use If statement (In C#) as (1. Alternative); if (IsSuccessed == true)
In C++ one can write any of the following statements: 10; true; someConstant; //if
Is it true that the only way to handle default function arguments is through
I've notice that when one of the two conditions in a php if statement
I would like to have a LINQ statement that calls the property IsValid. If
I'm trying to do an else statement that would tell the user that the

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.