Hi Everyone,
Is it possible to change the image that is used in a switch for IOS. I see there is a background image property but when I apply my image nothing changes.
I am using the latest version of the TI Studio and SDK.
Thanks in advance Sean
2 Answers
Accepted Answer
No, the switch does not take a custom background image. If you wanted to create a custom switch you'd either have to build one from low level views or build a native module that allows you to set a bg image.
Sean. Have a look at this native module if you want to customise the switch changing its backgroundImages and colours. TintSwitch.
Your Answer
Think you can help? Login to answer this question!