yonat / MultiSelectSegmentedControl

UISegmentedControl remake that supports selecting multiple segments, vertical stacking, combining text and images.
MIT License
300 stars 60 forks source link

Header improvements to simplify use in Swift and Interface Builder #13

Closed arennow closed 7 years ago

arennow commented 7 years ago

This very small change makes working with MultiSelectSegmentedControl a bit easier in Swift, and it allows configuration of the hideSeparatorBetweenSelectedSegments property from Interface Builder. The only changes are to the header, so it should be an inconsequential change to existing users of this library.

If this does get merged, it would be helpful to issue a new version of the pod (presumably v1.1.1) as well.

yonat commented 7 years ago

Thanks!