i am looking for a solution to customize a UISwitch
the desigred looks lie this :
how would you managed it?
i am looking for a solution to customize a UISwitch
the desigred looks lie this :
how would you managed it?
Here is a tutorial which can help you to create custom UISwitch
. It mention to ways to create custom UISwitch
. Concept is to subclass UISwitch
class and add custom things in it.