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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:59:14+00:00 2026-05-30T10:59:14+00:00

I have a small question, I have a code to generate 200 UIImages in

  • 0

I have a small question, I have a code to generate 200 UIImages in random positions and rotations.

I need to detect the touch event on these images, but I need to check if the touched UIImage is not covered by any other image (even if they intersect in a small area).

Can anybody help me on this?

BTW : I’m trying to do something similar to this game : http://www.dressup247.com/game/1014/Bank-Note-Stack.html

  • 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-30T10:59:15+00:00Added an answer on May 30, 2026 at 10:59 am

    I would suggest to make all images as UIButton‘s with background image and set for all buttons one action. One more advise – set tag order for every button from most low-lying to most high-lying (and store biggest tag in some iVar). You can do it when layout is generated. It allows you to detect how many views lay over tapped view.

    Use CGRectIntersectsRect intersecting views.

    -(IBAction)banknotTapped:(UIButton*)sender{
        int tag = sender.tag
    
        NSMutableArray *highestViews = [NSMutableArray array];
    
        for (int i=sender.tag; i < biggestTag; ++i){
           UIView *v = [self.view viewWithTag:i];
           if (CGRectIntersectsRect(sender.frame, v.frame) ) // it allows to find intersecting views 
               [highestViews addObject:v];
        }
    }
    

    Now highestViews will contain all highest views that intersect with sender.

    Note: tags allow you to detect views, but if you will delete images from superview then it can lead to problems since tag order will broken. Hide views instead of deleting or follow @Costique method in order to determine views order.

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

Sidebar

Related Questions

Inspiring from a obfuscated piece of code, I have a small question regarding to
I have a small question about using jquery. I have the following code: <html>
I have an small question I didn't found an answer yet: how do I
I'm not much into COM interfaces, so i have a small question, say I
Just a small question regarding joins. I have a table with around 30 fields
A small - little question. I have seen many application having buttons like following.
I'm writing a small webapp in Grails and I have the following question regarding
I'm using BerkeleyDB to develop a small app. And I have a question about
I'm thinking of using SqlMetal to auto-generate LinqToSql code for a simple and small
I have a question about scanner please;I working at a small company; we have

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.