Sunil Sharma

Results 7 comments of Sunil Sharma

Hi elpatxificador, Currently, library is built for the main view soon I will add for sub view as well.

Hi elpatxificador, I have to add these feature in the library. Thanks for showing interest.

Hi FraDeliro, I have accepted your PR and please raise PR to develop branch. I making all new changes in develop branch and once everything is stable I will merge...

Hi @ablyBikramjeet Currently library does not support `UITabBarItem` but you can do it with some tweaks like keeping a button on top of tabbar item and on that button bind...

Hi @ablyBikramjeet Again solution is not straight forward. First you can easily make background transparent by setting property `backgroundType` to `None`. Then create a empty view on top of products...

> 1. Can I move above purple background buttons. Please refer the screenshot. Yes, you can move up or down menu items by changing property `menuRadius` also you can change...

This error is due to Swift version. For Swift 4 you have to use `kCAFillRuleEvenOdd` as `fillLayer.fillRule = kCAFillRuleEvenOdd` and for swift 4.2 `fillLayer.fillRule = CAShapeLayerFillRule.evenOdd`