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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:40:33+00:00 2026-05-16T03:40:33+00:00

I want to show different image for button after user taps that button …

  • 0

I want to show different image for button after user taps that button …
How would I do that

  • 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-16T03:40:33+00:00Added an answer on May 16, 2026 at 3:40 am

    You can define images for different states of button press. Here is a brief example:

    UIButton *submitbutton = [UIButton buttonWithType:UIButtonTypeCustom];
    // position in the parent view and set the size of the button
    submitbutton.frame = CGRectMake(165, 20, 149, 39); 
    [submitbutton setTitle:@"Submit Booking" forState:UIControlStateNormal];
    
    // Add image to button for normal state
    UIImage * btnImage1 = [UIImage imageNamed:@"SubmitBooking-normal.png"];
    [submitbutton setImage:btnImage1 forState:UIControlStateNormal];
    
    // Add image to button for pressed state
    UIImage * btnImage2 = [UIImage imageNamed:@"SubmitBooking-pressed.png"];
    [submitbutton setImage:btnImage2 forState:UIControlStateHighlighted];
    
    
    // add targets and actions
    [submitbutton addTarget:self action:@selector(submitBookingButtonPressed:) forControlEvents:UIControlEventTouchUpInside];
    // add to a some parent view.
    [someview addSubview:submitbutton];
    

    There are probably other things you would want to customize. You can read more about these options here

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

Sidebar

Related Questions

First screen user is ask to select different buttons that are categories then after
I want to show array objects at the same time in different 10 labels.
In my Rails controller I want to branch to a different controller's action, show
I want show an information page after success db opartions. And after the info
I want show annotation view (above one of my pin) after load map. For
The user requests a PNG image, say: http://server/myfolder/subfolder/1234.png . If that .png doesn't exist,
Any suggestions are appreciated. I want to show 2 different figures with different subplots.
I'm trying to add an image after a button is clicked. However, I can't
I want to show image within another image on map. like Here red colored
I want to show an image from an URL with a certain width and

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.