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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:48:05+00:00 2026-05-21T11:48:05+00:00

A beginner’s question: I’ve created a subview in my view. In that subview I

  • 0

A beginner’s question:

I’ve created a subview in my view. In that subview I created yet another subview. Each subview fills the entire screen (320×480):

[self.view addSubview:aView]; // 320x480
[aView addSubview:yetAnotherView]; // 320x480

If I understand this correctly, this will lead to the following hierarchy:

  • TOP: yetAnotherView
  • MIDDLE: aView
  • BOTTOM: view

So far so good. My problem is, that I would like to recognise gestures on the very top of these views (whatever view that may be… in my case it is yetAnotherView, I suppose). The following command WON’T work — I guess because the view is hidden by the subviews:

    UITouch *touch = [touches anyObject];
gestureStartPoint = [touch locationInView:self.view];

Is there a way to tell the compiler that it shouldn’t take self.view but whatever view is on top of all the other views?

Any help would be very much appreciated!


EDIT:

I think my problem is that the subviews I am editing are fullscreen UITextViews… and I guess I can override the touches on them? e.g. a swipe from right to left should work, but what about a swipe from bottom to top (that usually scrolls the uitextview — unless I set it to scrolling unabled).

  • 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-21T11:48:06+00:00Added an answer on May 21, 2026 at 11:48 am

    If you use the touchesMoved:withEvent: method

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

    Then you can use this:

    UITouch *touch1 = [[event touchesForView:self.someView] anyObject];
    

    Hope this helps.

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

Sidebar

Related Questions

Beginner level question Scenario: Have simple string cocantation tool, that I might expand later
Absolute beginner question: I have a template file index.html that looks like this: ...
Beginner programmer here....hope it makes sense :) I have created a console app that
Beginner question here. I'm going to make a Jquery function that is used to
A beginner's question: I am trying to remove a subview after having added it
Beginner question: I want to debug some code that compiles. I pressed debug, it
Very beginner's question: I noticed that there's no .to_d (such as order.price.to_d to convert
Beginner rails/javascript question: Let's say that I have a simple Circle model in a
Beginner question: I have a dictionary where the values are lists of (a variable
Rails beginner here.. I have a users resource where I implemented a callback that's

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.