Search code examples
iosuiswitch

How to make Sharp Corner Switch in iOS


I am a beginner ios developer.

The UISwitch is round corner by default in iOS 6, seems no way to change it in storyboard.
And I don't know how to coding a sharp corner switch.


Solution

  • You can use the following switch:

    https://github.com/twotoasters/TTSwitch