VDPurohit
Results
2
issues of
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...
**Describe the bug** In iPad, the title text isn't set properly. **To Reproduce** Steps to reproduce the behavior: 1. Open in any iPad **Expected behavior** The offset of the title...