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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:58:35+00:00 2026-05-27T07:58:35+00:00

In my nib file, I have an outlet connected a UIButton for the UITableViewCell.

  • 0

In my nib file, I have an outlet connected a UIButton for the UITableViewCell. Where can I set the image for the different states of the button in code?

By default, there is a method

-(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier    {

}

I tried setting my image for UIControlStateNormal and UIControlStateSelected, but I don’t see my states when I load the TableViewCell. I load the TBvCell using the UINib method:

MyCell *cell = (MyCell *)[tableView dequeueReusableCellWithIdentifier:@"MyCellIdentifier"];
     if (cell == nil) {
     UINib *cellNib = [UINib nibWithName:@"MyCell" bundle:nil];
     [cellNib instaniateWithOwner:self options:nil];
     cell = self.MyCell;
     self.MyCell = nil;
}
return cell;

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-05-27T07:58:35+00:00Added an answer on May 27, 2026 at 7:58 am

    You can set all this in Interface Builder itself. Unless you have very string reasons to do it in code. Here’s how to do it in IB –

    Open the right side bar & then click on “State Config”, there you see the various states of the button, Default, Highlighted, Selected & Disabled. Now you can set different images for each state, different font type & font colors for each state. Hopr this helps…

    enter image description here

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

Sidebar

Related Questions

I Already have three TextField Outlet connected on my Nib File IBOutlet UITextField *myTextField;
I have an NIB file with a button. When I click this button, the
I have designed a button in my nib file. Its initial text is defined
I have a button that's created via a NIB file. I've derived a class
I have a nib file I'm trying to instantiate in code. My UIViewController's main
I have a uiwebview in a nib file. Not connected to any outlets. Nowhere
I have a root view controller with no nib file, I tried adding this
I have a custom NSWindowController subclass that loads a NIB file during initialization like
I am using a UITableViewController which uploads a table. I have a Nib File
I've created a NIB file with some button controls on it, and as a

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.