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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:18:57+00:00 2026-06-06T22:18:57+00:00

Goal : I wants when I drag image it become fade so we can

  • 0

Goal : I wants when I drag image it become fade so we can see background view.

How we increase or decrease the alpha value of image on dragging time?

thanks

  • 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-06T22:18:58+00:00Added an answer on June 6, 2026 at 10:18 pm

    I think you are asking for sample code. you can make a class subclass of UIImageView. Like:

    .h

    @interface YourImageController : UIImageView
    {
        CGPoint startLocation;
    }
    @end
    

    .m

    @implementation YourImageController
    - (void) touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event {   
        [self setAlpha:x.x];
    
        // Retrieve the touch point
        CGPoint pt = [[touches anyObject] locationInView:self];
        startLocation = pt;
    }
    
    -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
        [self setAlpha:x.x];
        CGPoint pt = [[touches anyObject] locationInView:self];
        CGFloat dx = pt.x - startLocation.x;
        CGFloat dy = pt.y - startLocation.y;
    
        CGPoint newCenter = CGPointMake(self.center.x + dx, self.center.y + dy);
    
        self.center = newCenter;
    }
     -(void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
     {
        [self setAlpha:1.0];
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to extract kernel symbols from a u-boot image The final goal is
How can I implement a javascript which gives the client option to drag various
I want to make my own image uploader, that supports drag and drop, jQuery
I am creating domain model. I have Goal ( something that user wants to
I want to have detachable controls in my software where a user can drag
A client wants me to write an app, the primary goal of the app
So I figured out I can convert an image to grayscale like this: public
goal : I want to place a text after the submit button using hook_form_alter.
My Goal: i want to create an horizontal list of images. when mouse is
I've recently started my new private project. The main goal which I want to

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.