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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:06:17+00:00 2026-06-03T09:06:17+00:00

In my app am using UIScrollView. I added buttons to UIScrollView. For each button

  • 0

In my app am using UIScrollView. I added buttons to UIScrollView.
For each button i assigned image using

- (void)setImage:(UIImage *)image forState:(UIControlState)state;

and actions.

forState i used UIControlStateNormal in viewDidLoad.

And when we click on button image has to change.
For this i used same method but forState value changed to UIControlStateSelected in ViewDidLoad.

But button image is not changing.
any one can help or suggest

  • 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-03T09:06:18+00:00Added an answer on June 3, 2026 at 9:06 am

    Use this line of code I think this will be helpful for you.

    -(void)viewDidLoad
     {
        UIButton *myButton = [[UIButton buttonWithType:UIButtonTypeCustom] retain];
        [myButton setFrame:CGRectMake(0,3,70,32)];
        [myButton setImage:[UIImage imageNamed:@"barbutton.png"] forState:UIControlStateNormal];
        [myButton addTarget:self action:@selector(compete) forControlEvents:UIControlEventTouchUpInside];
     }
     -(void)compete
     {
        [myButton setImage:[UIImage imageNamed:@"barbutton1.png"] forState:UIControlStateNormal];
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to implement an app using a UIScrollView with paging, similar to
Given and coredata based app using an Indexcard metaphor. Each Indexcard can optionally have
I'm developing an image viewer, much like the Photos App. It's a UIScrollView with
In my app, i'm using an UIScrollView . I am adding some subviews to
I'm developing an app using phonegap/cordova (1.7.0), I can't figure out how to make
I did one app using shared preference where storage capacity is too low just
Working on an app using Akka 2 deployed with Play-mini. I pulled logback into
I am building an app using Phonegap and JQuery. The app stores ( using
I'm creating an App using PhoneGap for Android. One of the pages in the
Create facebook app Using a cURL to post a message from an App but

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.