xaviermerino / XMSegmentedControl

A customizable segmented control with Icons, Text or Icons + Text segments. It is fully customizable and supports several inbuilt styles for displaying the selected segment. Written in Swift for iOS.
MIT License
193 stars 61 forks source link

Updated Example and few adjustments on .hybridVertical style #29

Closed jessearmand closed 7 years ago

jessearmand commented 7 years ago

@xaviermerino I have mostly updated the Example project setup.

Also, a few adjustments on the Hybrid Vertical style. These probably won't fit everyone's need on what's the proper insets on the image / title.

Probably a more generic solution such as the one from @dbburgess in #23 to be able to adjust image and title insets is needed. Once #23 is resolved, I'll revise my changes again.