CircleBar
CircleBar copied to clipboard
A fun, easy-to-use tab bar navigation controller for iOS.
How to add shadow for the tab bar
Now we have shadow on our TabBar.
So while using your pod I felt it was quiet amazing but the feature it was lacking behind was in terms of UX(User experience), To solve this I thought why...
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...
I want to change default selected index or selected viewcontroller. Not possible setup. Always circleView is correct, but initial item not visible.
First position for the button is wrong when change language to Arabic
Hotfix that fixes #10 by updating the tabBar frame in `viewDidLayoutSubviews()`
**I'm unable to change layer properties from storyboard.**