I have a VC that has a UITableView
all over the screen, except the first 66px from the top. There, I have a custom UIView
I call "Toolbar" which contains a title and a button.
It looks like this:
I'm trying to add a shadow to the "Toolbar" that will be visible on top of the UITableView
. I'm adding it like this:
For some reason, I don't see any shadow when I run the app.
What am I doing wrong? Does anybody know?
Thank you!
clipToBounds
is set tofalse
– FS.O6