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 7906647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:04:16+00:00 2026-06-03T11:04:16+00:00

I use a UIScrollView to show a serial of UIImageView (the UIImageView is added

  • 0

I use a UIScrollView to show a serial of UIImageView(the UIImageView is added as subview of scrollview), the problem is that I have rewrote the method in UIImageView:

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

But when I click the image , the method is not called, it seems that the image did not receive the click event. What is the exact reason? How can I fix this?
(I have enable the exclusiveTouch of the UIImageView and the User Interavtion of all the view)

  • 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-03T11:04:19+00:00Added an answer on June 3, 2026 at 11:04 am

    set

    imageView.userInteractionEnabled = YES;
    

    and if you just want a tap event for the imageview

    just use the UITapGestureRecognizer

    UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tap:)];
    [imageView addGestureRecognizer:tap];
    

    then you must implement the method

    - (void) tap:(UITapGestureRecognizer*)gesture
    {
        UIImageView *v = gesture.view;// that your ImageView tapped
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have to use UIScrollView , I've 5 uiimageview and i should to scroll
I have an iPhone application that is supposed to show images inside a UIScrollView.
I know the Apple documentation has the following delegate method: - (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView; //
I use UITableViewController, and I implement - (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView { //my code } inside
I have an iPad application and in one of my views i use UIScrollView
I have a scrollview that shows different images as it's scrolled through the pages,
I decided to use UIScrollView in my application since I have to scroll the
What method to I use to make my UIScrollView update when the sides of
OK, so I am learning to use UIScrollView in interface builder. since the scrollView
I have a custom UIViewController subclass controlling a UISCrollView containing an UIImageView, set up

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.