How do I give a UISwitch an inner shadow using SwiftUI?

Viewed 683

The current UISwitch in iOS 13 looks like this

enter image description here

and I want to give the UISwitch an inner shadow (using SwiftUI NOT UIKit) so it looks like this

enter image description here

but I have no idea how I would go about doing so.

0 Answers
Related