Skip to content

Not able show shadow effect. #12

@VDPurohit

Description

@VDPurohit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions