-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Shadow effect not showing.I added shadow radius and shadow color viewwillAppear of SHCircleBarController using below code.
tabBar.layer.shadowOffset = CGSize(width: 0, height: 0)
tabBar.layer.shadowRadius = 2
tabBar.layer.shadowColor = UIColor.black.cgColor
tabBar.layer.shadowOpacity = 0.3
(https://stackoverflow.com/questions/37338288/ios-getting-desired-shadow-above-uitabbar)
but not working.
Please help me to add shadow in tabbar.
Thanks,
Vivek
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels