polqf / TwicketSegmentedControl

Custom UISegmentedControl replacement for iOS, written in Swift
MIT License
1.76k stars 176 forks source link

Add isSliderShadowHidden to be able to hide slider's shadow #13

Closed polqf closed 7 years ago

polqf commented 7 years ago

Following with @leminhtuan2015 's petition related to a way to disable the slider's shadow, there's now a new property called isSliderShadowHidden that handles exactly that.

screen shot 2017-02-01 at 00 35 27

Fixes #7