Hello I am trying to make UISwitch
borderWidth
smaller, but it doesn't look correct.
All I did is
layer.borderWidth = 0.5
Hello I am trying to make UISwitch
borderWidth
smaller, but it doesn't look correct.
All I did is
layer.borderWidth = 0.5
Copyright © 2021 Jogjafile Inc.
instead of using storyboard try to customise switch programmatically . try using following code as if you change one parameter must adjust radius of switch too. Hope it helps