You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds advanced styling support for default and selected state with ability to customize kerning, shadow, stroke color and width, ligature, baseline offset, paragraph style, etc.
51
-
* A few of the control style attributes can now be customized using `UIAppearance`.
52
-
* Adds ability to specify a border type, color and width.
53
-
* Drops support for older iOS versions. Now works with iOS 7 and above.
54
-
* Lots of bug fixes.
55
-
* v1.4
56
-
* Lots of bug fixes
57
-
* Add AutoLayout support
58
-
* Adds HMSegmentedControlSelectionStyleArrow
59
-
* Adds support for non-animated selections.
60
-
* Adds support for custom box layer opacity.
61
-
* Add support for multi-line labels on iOS 7+
62
-
* Updated documentation in header file
63
-
* v1.3.0
64
-
* Introducing horizontal scrolling via `scrollEnabled` property. Check example project
65
-
* Adds XIB/Storyboard support
66
-
* Fixes deprecations when building with iOS 7 SDK
67
-
* Updates example project to support iOS 7
68
-
* Code refactoring and cleanup
69
-
* v1.2.0
70
-
* Added new selection indicator style: HMSelectionIndicatorBox
71
-
* Added ability to set text colour for selected segment (thanks to [@jmkr](https://github.com/jmkr))
72
-
* Segment titles are now added in a separate CATextLayer, and images are drawn in a separate CALayer
73
-
* Calls to index change block/selector now happen before the animation starts
74
-
* Lots of code refactoring and clean up
75
-
* v1.1.0 (merged pull request from [@jacksonpan](https://github.com/jacksonpan))
76
-
* Added image support
77
-
* Support for changing selection indicator position
78
-
* v1.0.0
79
-
* Initial release
80
-
81
48
# Apps using HMSegmentedControl
82
49
83
50
If you are using HMSegmentedControl in your app or know of an app that uses it, please add it to [this list](https://github.com/HeshamMegid/HMSegmentedControl/wiki/Apps-using-HMSegmentedControl).
0 commit comments