rs / SDSegmentedControl

A drop-in remplacement for UISegmentedControl that mimic iOS 6 AppStore tab controls
MIT License
1.2k stars 180 forks source link

Allow configuring shadow of control #60

Closed vjpr closed 10 years ago

vjpr commented 10 years ago

This has been implemented on master. Closing.

  SDSegmentedControl *segmentedControlAppearance = SDSegmentedControl.appearance;
  segmentedControlAppearance.shadowColor = UIColor.clearColor;