Skip to content

Releases: HeshamMegid/HMSegmentedControl

1.5.6

11 May 16:09
Compare
Choose a tag to compare

Various bug fixes.

1.5.4

20 May 14:49
Compare
Choose a tag to compare

Fixes Xcode 8.3 compatibility issues.

1.5.3

17 Sep 17:24
Compare
Choose a tag to compare

Fixes compatibility issues with iOS 10.

1.5.1

30 Mar 15:20
Compare
Choose a tag to compare

1.5

03 Mar 13:43
Compare
Choose a tag to compare
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

14 Aug 12:07
Compare
Choose a tag to compare
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

19 Nov 08:03
Compare
Choose a tag to compare
  • 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