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

The Archive Base Latest Questions

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

My question might sound rather strange, but still I didn’t find any reference and

  • 0

My question might sound rather strange, but still I didn’t find any reference and I really need help.

so my point is, I have a ViewController which has a collection of UIViews, to be specific a subclass of UIView with

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

overridden

from this event i want to load a specific data (according on the UIView touched) on the UIViewController’s child UIWebView

Is there a way to address parent ViewControllers children from the UIView that receives the action

Or am I looking into a completely wrong direction.

Any hel will be greatly appreciated, thanks in advance.

  • 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:43:53+00:00Added an answer on May 31, 2026 at 10:43 pm

    You can use delegate for example:

    @protocol someProtocol
    - (void)recivedTouch:(UITouch *)touch fromUIView:(UIView *)uiView;
    

    in you view:

    -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
    {
        UITouch *touch = [touches anyObject];
        [self.delegate recivedTouch:touch fromUIView:self];
    }
    

    View controller implemed method from delegate:

    - (void)recivedTouch:(UITouch *)touch fromUIView:(UIView *)uiView
    {
        if (uiView == self.someView)
        {
            // do some stuff with uiWebView
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question might sound subjective but I really do need to make a choise
I've got a question that might sound strange. We are using node.js, but the
This might sound like an obvious question but I can't seem to find the
This might sound a silly question but I've really spend hours in trying to
I it might sound a silly question, but I still afraid of doing so.
My question might sound really stupid but, I would like to get longitude &
My question might sound really stupid, but I am stuck. Here is the pseudo
I know this question might sound really basic for most of you. I need
This might sound like a trivial question, but it is rather important for consumer
my question might sound stupid to some of you, but I need some good

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.