Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Releases: BrunoMiguens/BMSegmentedControl

Release 0.4.3

01 Jun 10:22
Compare
Choose a tag to compare

Fixes

  • (6d7a58b) Hotfix: Hotfix: Fixed an issue related with device orientation and auto layout changes.
  • (bacc7fa) Hotfix: After changing the selected index, the icon of the previous indexes should get the previous color.

Hotfix 0.4.2

31 May 14:04
Compare
Choose a tag to compare

Fixes

  • (565292c) Remove 16px space allocation for the icons if they don't exist in the layout (source: shaneixd/DPSegmentedControl).
  • (be19bd6) Make the toggle animation less bouncy (source: shaneixd/DPSegmentedControl).

Hotfix 0.4.1

31 May 12:53
Compare
Choose a tag to compare

Fixes

  • (e10eea5) Fixed crash on creating a BMSegmentedControl with an empty data source.
  • (e10eea5) Fixed crash after setting a selected index bigger than the data source.

Release 0.4.0

31 May 12:24
Compare
Choose a tag to compare

Features

  • Integration with CocoaPods.
  • Add support to change the image color using a 'pdf' image.

Fixes

  • Fix some minor issues.
  • Converted to Swift 3.

This release is a small progress based on DPSegmentedControl project, more features will be added in a near future.