Releases: HeshamMegid/HMSegmentedControl
Releases · HeshamMegid/HMSegmentedControl
1.5.6
1.5.4
Fixes Xcode 8.3 compatibility issues.
1.5.3
Fixes compatibility issues with iOS 10.
1.5.1
1.5
- 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.
- A few of the control style attributes can now be customized using
UIAppearance
. - Adds ability to specify a border type, color and width.
- Drops support for older iOS versions. Now works with iOS 7 and above.
- Lots of bug fixes.
1.4
- Lots of bug fixes
- Add AutoLayout support
- Adds
HMSegmentedControlSelectionStyleArrow
- Adds support for non-animated selections.
- Adds support for custom box layer opacity.
- Add support for multi-line labels on iOS 7+
- Updated documentation in header file
1.3.0
- Introducing horizontal scrolling via
scrollEnabled
property. Check example project - Adds XIB/Storyboard support
- Fixes deprecations when building with iOS 7 SDK
- Updates example project to support iOS 7
- Code refactoring and cleanup