0

How do I set UIButton shadow color in Xcode 13 storyboard ui element inspector? I see only control for the text itself and for shadow offset. Thanks!

Anton Tropashko
  • 5,486
  • 5
  • 41
  • 66

1 Answers1

2

Change the button's style from "Plain" to "Default" and you will see a property where you can define the shadow color of the UIButton.

Interface Builder options of Style "Default"

nd.
  • 8,699
  • 2
  • 32
  • 42