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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T05:15:36+00:00 2026-05-30T05:15:36+00:00

I have four buttons that are going to be styled in the same way

  • 0

I have four buttons that are going to be styled in the same way on the same scene (using Storyboard). This is simple styling that will require overriding a few of the property defaults, but seems needlessly repetitive to set this for each individual button. I was thinking I’d create a subclass, but a lot of the posts I’ve read (particularly on stackoverflow) warn against doing this for UIButton (and the attempts I’ve made haven’t been successful).

Just hoping to get a general pointer on what’s considered the best approach for this. Thanks for any advice.

  • 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-30T05:15:37+00:00Added an answer on May 30, 2026 at 5:15 am

    If you are targeting only iOS 5, I strongly recommend watching Session 114 – Customizing the Appearance of UIKit Controlsdeveloper login required of the WWDC 2011 Session Videos.

    It explains in detail App-wide styling.


    I want to modify yujis idea: Use a category on UIButton to setup the button

    .h.

    @interface UIButton (MyStyling)
    -(void)configureMyButtonStyle;
    //other methods for more fine-grained control
    @end
    

    .m

    @implementation UIButton (MyStyling)
    -(void)configureMyButtonStyle
    {
        [self setBackgroundColor:[UIColor colorWithRed:…]];
        [self setTitleColor: [UIColor colorWithRed:…] forState: UIControlStateNormal];
        //…
    
    }
    @end
    

    Now you can call [aButton configureMyButtonStyle]

    Of course you can also parse in some parameters, to distinguish several style.

    -(void)configureMyButtonForStyle:(NSInteger)style
    {
        if(style == 1){
            //…
        } else if(style == 2) {
           //..
        } else {
           //fallback style 
        }
    }
    

    use:

    [aButton configureMyButtonForStyle:1];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have four models that are related to one another, the way I have
I have a four ToggleButton buttons that I want to behave as a group,
So, I have a DIV full of four HTML buttons that use an image
I have four buttons, which have to push the same uiTableViewController, with different data
I have four buttons. I want that selected button keep highlighted till other button
I have four Buttons that display the the date/time of calendars which are attributes
I have a program with four different buttons. I want to interchange the position
I have four tables containing exactly the same columns, and want to create a
I have a partial view which has dual list boxes and four buttons; exactly
I just created script that shows/hides (toggles) block of HTML. There are four buttons

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.