• 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: Customizing a UISwitch?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Customizing a UISwitch?


  • Subject: Re: Customizing a UISwitch?
  • From: "Gary L. Wade" <email@hidden>
  • Date: Fri, 04 Mar 2016 18:26:07 -0800

That and the text are the backing objects used to present the various states. Nice to do non-state stuff to them but don't do state stuff to them.
--
Gary L. Wade (Sent from my iPhone)
http://www.garywade.com/

> On Mar 4, 2016, at 4:01 PM, Carl Hoefs <email@hidden> wrote:
>
> Bingo! -setImage:forState: UIControlStateNormal works perfectly. Not sure what setImage: is doing.
> Thx Gary & Eric!
> -Carl
>
>
>> On Mar 4, 2016, at 4:55 PM, Gary L. Wade <email@hidden> wrote:
>>
>> Look instead at the set…:forState: methods.
>> --
>> Gary L. Wade (Sent from my iPhone)
>> http://www.garywade.com/
>>
>>> On Mar 4, 2016, at 3:40 PM, Carl Hoefs <email@hidden> wrote:
>>>
>>> I replaced the UISwitch with a UIButton. But when I set the button's new image in the event method (myButton.imageView.image = ...), still nothing happens (the button's image doesn't redraw). What do I have to do to cause this to happen?
>>> -Carl
>>>
>>>> On Mar 4, 2016, at 2:00 PM, Gary L. Wade <email@hidden> wrote:
>>>>
>>>> Maybe the docs should say iOS 7 and later since that's what it means. You can't do this in 7, 8, 9, or X/10/whatever iOS is coming this fall. It shouldn't be hard to roll your own UIControl subclass or work with the current classes.
>>>> --
>>>> Gary L. Wade (Sent from my iPhone)
>>>> http://www.garywade.com/
>>>>
>>>>> On Mar 4, 2016, at 11:10 AM, Carl Hoefs <email@hidden> wrote:
>>>>>
>>>>> iOS 9.2
>>>>>
>>>>> The 2016 Apple documentation shows UISwitch -onImage and -offImage properties. They're not noted as deprecated, except for iOS 7, yet they don't seem to do anything on iOS9. Xcode shows these properties to be settable. I have set them both, in Xcode and in my app code, but they seem to have no effect on the storyboard or when running the app.
>>>>>
>>>>> What's the trick in customizing a UISwitch with different images? If this functionality is busted, is there another way to achieve it? I don't see an on/off style button in the palette.
>>>>> -Carl
>

_______________________________________________

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: 
 >Customizing a UISwitch? (From: Carl Hoefs <email@hidden>)
 >Re: Customizing a UISwitch? (From: "Gary L. Wade" <email@hidden>)
 >Re: Customizing a UISwitch? (From: Carl Hoefs <email@hidden>)
 >Re: Customizing a UISwitch? (From: "Gary L. Wade" <email@hidden>)
 >Re: Customizing a UISwitch? (From: Carl Hoefs <email@hidden>)

  • Prev by Date: Re: Returning a string value from a c function to a Objective-C class method. Is there an approved approach?
  • Next by Date: Re: Is calling "-applicationOpenUntitledFile:" for app-open (but not app-reopen) out of fashion?
  • Previous by thread: Re: Customizing a UISwitch?
  • Next by thread: Returning a string value from a c function to a Objective-C class method. Is there an approved approach?
  • Index(es):
    • Date
    • Thread