SimformSolutionsPvtLtd / SSCustomTabbar

Simple Animated tabbar with native control
MIT License
590 stars 68 forks source link

Unable to set shadow to Tab bar #5

Closed CearsKhush closed 5 years ago

CearsKhush commented 5 years ago

Hello, Thank you for this awesome library but I am facing issue while setting shadow to Tab bar I have use following things to set Shadow to Tabbar

Screenshot 2019-06-11 at 4 15 01 PM

Please Help!

simform-solutions commented 5 years ago

Hi @CearsKhush , Thanks for your response. For setting shadow to tabBar please try this solution self.layer.shadowOffset = CGSize.zero self.layer.shadowRadius = 2 self.layer.shadowColor = UIColor.black.cgColor self.layer.shadowOpacity = 0.3. We will update soon.

CearsKhush commented 5 years ago

I had already tried this you can see in above screenshot. Please check!