How to apply inner shadow on SF symbols to make them look like as shown in the picture? – Ios swift
I have been trying to get this debossed effect in SwiftUI but nothing is working out. I tried shadow(color:radius:x:y:) modifier but it applies shadow on the outside of symbol. Can you please tell me if there are any other APIs…