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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:07:44+00:00 2026-05-24T11:07:44+00:00

I have multiple UIViews, UIButtons etc. and would like to execute some specific code

  • 0

I have multiple UIViews, UIButtons etc. and would like to execute some specific code for each when i first use them.

For example for my UIButton *title, when i call title.frame for the first time, i would like first to call a setter that will verify that my button isn’t nill and if it is then alloc and init my button, set my title to @”TITLE” etc.

How can i do this ?

  • 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-24T11:07:47+00:00Added an answer on May 24, 2026 at 11:07 am

    I am guessing you are talking about lazy initialization but that will require you to use the accessor method self.title.frame instead of title.frame. You can implement the getter method like this.

    - (UIButton *)title {
        if ( !title ) {
            // Allocate the button
            // Set the button title
        }
        return title;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a custom UIView that I would like to use on multiple
I have UIScrollView with multiple UIVIew subviews. I would like to update the data
I would like to have a main UIView take care of adding one of
I would like to use the scrolling/panning functionality of the UIScrollView but I would
I'd like to have 4 UIViews on the screen and animate their background color
I have multiple versions of my website. Each resides in its own folder, for
I have multiple UIView animations running in my app. They are very short, and
I have a UIView subclass that I am doing some custom drawing in. When
In my iPhone application I have multiple class files, I have my main application's
I have multiple controllers one in Areas /Areas/Demo/Admin/AdminController and other in main site /Controller/Admin/AdminController

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.