• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UIButton label
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UIButton label


  • Subject: UIButton label
  • From: DKJ <email@hidden>
  • Date: Tue, 27 Oct 2009 12:43:53 -0700

I'm having a ridiculous amount of trouble changing the text of a UIButton title. I have the button connected to the file's owner (a UIViewController) in IB, and I've defined this property:

     @property(nonatomic,retain) IBOutlet UIButton *button;

The button's action method works, so I know the connections are OK. I put this in the controller's viewWillAppear: method:

     self.button.titleLabel.text = @"Why won't this work?";

and the button remains blank. (No text is set for the button in IB.) I've put an NSLog in the viewWillAppear: method, so I know it's being called.

Why won't this work?

dkj


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: UIButton label
      • From: Dave DeLong <email@hidden>
    • Re: UIButton label
      • From: DKJ <email@hidden>
  • Prev by Date: Re: waiting for async callback in main thread
  • Next by Date: Re: UIButton label
  • Previous by thread: Re: How to perform upgrade testing for iPhone App
  • Next by thread: Re: UIButton label
  • Index(es):
    • Date
    • Thread