• 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
Re: Changing UISwitch text
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing UISwitch text


  • Subject: Re: Changing UISwitch text
  • From: Jon Sigman <email@hidden>
  • Date: Fri, 29 Apr 2011 16:48:40 -0700 (PDT)

Thanks Peter, Dave, Roger. These are all good approaches!



________________________________
From: Roger Dalal <email@hidden>
To: Jon Sigman <email@hidden>
Cc: email@hidden
Sent: Fri, April 29, 2011 4:41:36 PM
Subject: Re: Changing UISwitch text


Jon:


UISwitch can not be customized. This question was asked a few weeks ago, and I
recommended http://osiris.laya.com/projects/rcswitch/ by Sascha Hoehne and
Robert Chin.

If you wish to use a UIButton as a toggle, just change the button's image
property to alternating states, as in:

if(condition)
{
         [self.buttonsetImage:offButtonImage forState:UIControlStateNormal];
    condition == NO;
}
else
{
    [self.button setImage:onButtonImage forState:UIControlStateNormal];
    condition == YES;
}

GoodLuck.

Roger Dalal
Assembled Apps


On Apr 29, 2011, at 7:29 PM, Jon Sigman wrote:

Is there a straightforward way to change the text on the UISwitch ("ON" and
>"OFF") to something else? Alternatively, is there a way for a UIButton to act
>like a toggle (it stays highlighted until touched again)?
>iOS 4.3
>_______________________________________________
>
>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
>
_______________________________________________

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

References: 
 >Changing UISwitch text (From: Jon Sigman <email@hidden>)
 >Re: Changing UISwitch text (From: Roger Dalal <email@hidden>)

  • Prev by Date: Re: Changing UISwitch text
  • Next by Date: Re: Changing UISwitch text - correction
  • Previous by thread: Re: Changing UISwitch text
  • Next by thread: Re: Changing UISwitch text - correction
  • Index(es):
    • Date
    • Thread