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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:11:14+00:00 2026-06-14T18:11:14+00:00

I am adding images dynamically on VIEW and on same View i have 3

  • 0

I am adding images dynamically on VIEW and on same View i have 3 buttons. but when i add images they are shown above those buttons i can send them back but i have multiple images on which i have applied gesture so when i click one image it comes to front so i can interact with it (move, rotate).

So what i have done i have mainView on which i m adding Images and i have Added childView on which i have added buttons and make it transparent. i can see that image behind buttons but cant interact with them.

I have use this line to make it transparent i think it not good way to make tranparent

ButtonsView.backgroundColor = [UIColor clearColor];

Hope you all know what i want to do.

enter image description here

  • 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-14T18:11:15+00:00Added an answer on June 14, 2026 at 6:11 pm

    hey mate instead of add child view just add this button on your this same view and give backgroundColor clear and then in this bellow method try this..

    -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
    {
        UITouch *touch = [touches anyObject];
        [touch locationInView:yourView];
    else if([touch.view isKindOfClass:[UIImageView class]])
        {
            UIImageView *tempImage=(UIImageView *) touch.view;
            [yourView bringSubviewToFront:tempImage];
            [yourView bringSubviewToFront:yourButtons];/// set superview as a buttons..
        }
    }
    

    i hope this help you..

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

Sidebar

Related Questions

I have a view animator that I am adding images to dynamically via a
In my app I am dynamically adding images to my view at runtime. I
I have a WinForms empty panel, and I'm adding images dynamically to this panel.
I'm trying to dynamically add Images to a ScrollView. Before adding I check if
I am adding images to a JPanel but the images are getting cut off.
I have 2 ways of adding images to a table and, which is most
I've found this question on StackOverflow Adding div below images in colorbox But it
I'm trying to dynamically add titles to a number of images using values obtained
I have a WPF application that I'm trying to dynamically add items to a
I'm dynamically adding rows/fields in this code. I have a text field for 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.