سؤال

i am looking for a solution to customize a UISwitch the desigred looks lie this :

enter image description here

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.

نصائح أخرى

You can use a UIbutton and toggle its image for On/Off. Or else if you want to make animation to toggle On/Off you should use your custom view. Please see this answer

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top